how to calculate size of integer without using sizeof function ?
Interview Answers
Anonymous
Jan 28, 2017
datatype *d;
size = (long)(d+1) -long(d)
3
Anonymous
Mar 1, 2021
There's quite an extended back and forth in actual interviews for questions like this, so there's no real replacement for actual practice.
The Prepfully Xilinx Software Developer experts have actually worked in this role, so they're able to do a propermock, which really puts you through the paces and lets you assess your readiness level.
prepfully.com/practice-interviews
Anonymous
Oct 19, 2016
how to calculate longest path using Dijkstras algorithm ?