What is void c?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What is function prototype in c language?

0 Answers  


let's take a code struct FAQ { int a; char b; float c; double d; int a[10]; }*temp; now explain me how the memory will be allocated for the structure FAQ and what address will be in the structure pointer (temp)....................

8 Answers  


Why doesnt the call scanf work?

0 Answers  


Explain Function Pointer?

0 Answers   Wipro,


What is the use of static variable in c?

0 Answers  






What is a macro, and explain how do you use it?

0 Answers  


Why should I prototype a function?

0 Answers  


Why malloc is faster than calloc?

0 Answers  


p*=(++q)++*--p when p=q=1 while(q<=6)

0 Answers   KINPOE,


How many loops are there in c?

0 Answers  


Find the middle node in the linked list?? (Note:Do not use for loop, count and count/2)

6 Answers   Subex,


What is sizeof c?

0 Answers  


Categories