Is void a keyword in c?


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

Post New Answer

More C Interview Questions

macros and function are related in what aspect? a)recursion b)varying no of arguments c)hypochecking d)type declaration

12 Answers   HCL, Infosys, Microsoft,


coding for Fibonacci.?

1 Answers  


main() { int i; printf("%d",i^i); }

1 Answers  


Is main is user defined function?

0 Answers  


How do I determine whether a character is numeric, alphabetic, and so on?

0 Answers  






What is calloc in c?

0 Answers  


For what purpose null pointer used?

0 Answers  


consider the following program sigment int n,sum=1; switch(n) { case 2:sum=sum+2; case 3:sum*=2; break; default:sum=0;} if n=2, what is the value of sum a.0 b.6 c.3 d.none

7 Answers   TCS,


Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?

0 Answers  


The differences between Windows XP and Windows Visa

8 Answers   HCL,


Is c functional or procedural?

1 Answers  


Explain demand paging.

1 Answers   Agilent,


Categories