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 use of getch() function in C program.. difference b/w getch() and getche()??

29 Answers   HCL, IBM, Infosys, TCS, Wipro,


Write a program to generate prime factors of a given integer?

9 Answers   Microsoft,


Does * p ++ increment p or what it points to?

0 Answers  


What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.

0 Answers   IBM,


Define function pointers?

1 Answers  






what is the difference between static variable and register variable?

3 Answers  


What are called c variables?

0 Answers  


Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1

0 Answers  


array contains zeros and ones as elements.we need to bring zeros one side and one other side in single parse. ex:a[]={0,0,1,0,1,1,0,0} o/p={0,0,0,0,0,1,1,1}

12 Answers   Google, Motorola,


What is linear search?

0 Answers  


what is difference between c and c++

4 Answers  


Write a program to add a given duration with time(24hrs format)

1 Answers   Protech,


Categories