How will you declare an array of three function pointers where each function receives two ints and returns a float?
No Answer is Posted For this Question
Be the First to Post Answer
please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................
What will be the result of the following C language program? main() { int a = 0; int b = 20; char x = 1; char y = 10; if(a,b,x,y) printf("Welcome"); }
what is difference between C and C++
How to throw some light on the b tree?
write a program to sum of its digit with using control structure or with out using loop. for ex: let the number is 25634 then answer will be=2+5+6+3+4=20
What are the advantages and disadvantages of c language?
why in C,C++'s int size is 2 byte and .net(c#) int Size is 4 byte?
How can you find out how much memory is available?
diff between exptected result and requirement?
How do you construct an increment statement or decrement statement in C?
Determine the code below, tell me exactly how many times is the operation sum++ performed ? for ( i = 0; i < 100; i++ ) for ( j = 100; j > 100 - i; j--) sum++;
What is the difference between calloc() and realloc()?