Combinations of fibanocci prime series
No Answer is Posted For this Question
Be the First to Post Answer
Explain how can I prevent another program from modifying part of a file that I am modifying?
Explain how do you list a file’s date and time?
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
What is a far pointer?What is the utility?
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} what would be the output?
What does %c mean in c?
void main() {int i=2; printf("%d%d%d",i,++i,i++); getch(); }
How is a macro different from a function?
whenever a question is posted in a particular category in allinterview.com, Is there any facility to receive an indication mail. For eg: I need to receive an indication email, whenever a question is posted under the category “C Langauage”.
how would a 4*3 array A[4][3] stored in Row Major Order?
Explain b+ tree?