What is the purpose of void in c?


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

Post New Answer

More C Interview Questions

what is the benefit of c30

2 Answers  


Write a program to generate random numbers in c?

0 Answers  


Are negative numbers true in c?

0 Answers  


can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......

0 Answers  


What does extern mean in a function declaration?

4 Answers  






What is data structure in c language?

0 Answers  


What are the 5 elements of structure?

0 Answers  


Is it possible to use curly brackets ({}) to enclose single line code in c program?

0 Answers  


what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

0 Answers   L&T,


what is the output of the program and explain why?? #include<stdio.h> void main ( ) { int k=4,j=0: switch (k) { case 3; j=300; case 4: j=400: case 5: j=500; } printf (ā€œ%d\nā€,j); }

14 Answers   Oracle,


How do you determine the length of a string value that was stored in a variable?

0 Answers  


what is an inline function?

2 Answers   TCS,


Categories