What is a void pointer? When is a void pointer used?
No Answer is Posted For this Question
Be the First to Post Answer
What are the advantages of Macro over function?
Find greatest number out of 10 number without using loop.
write a program to find the frequency of a number
What is the advantage of using #define to declare a constant?
0 Answers Agilent, ZS Associates,
What is the function of ceil(X) defined in math.h do? A)It returns the value rounded down to the next lower integer B)it returns the value rounded up to the next higher integer C)the Next Higher Value D)the next lower value
what is the output of below pgm? void main() { int i=0; if(i) printf("pass"); else printf("fail"); }
What is typeof in c?
Compare and contrast compilers from interpreters.
print the pattern 1 2 4 3 6 9 4 8 12 16 5 10 15 20 25 if n=5
What is the difference between break and continue?
Why static is used in c?
what is the full form of c language