Explain high-order and low-order bytes.
No Answer is Posted For this Question
Be the First to Post Answer
what is printf
differentiate between const char *a; char *const a; and char const *a;
2 Answers College School Exams Tests, HCL, TCS,
How do you write a program which produces its own source code as output?
Find errors (1) m = ++a*5; (2) a = b ++ -c*2; (3)y = sqrt (1000);
Do pointers store the address of value or the actual value of a variable?
main() { int i; printf("%d",i^i); }
int i; i=2; i++; if(i=4) { printf(i=4); } else { printf(i=3); } output of the program ?
Explain the array representation of a binary tree in C.
How would you print out the data in a binary tree, level by level, starting at the top?
which types of data structure will i use to convert infix to post fix???
How can I ensure that integer arithmetic doesnt overflow?
There are 8 billiard balls, and one of them is slightly heavier, but the only way to tell was by putting it on a weighing scale against another. What's the fewest number of times you'd have to use the scale to find the heavier ball?