Explain the concept and use of type void.


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

Post New Answer

More C Interview Questions

Write a program to enter the name and age. If age>28 then find salary categories. if age<28 then find that you are gaduate or not.

1 Answers  


In how much time you will write this c program? Prime nos from 1 to 1000

2 Answers   TCS,


What are formal parameters?

0 Answers  


What is ## preprocessor operator in c?

0 Answers  


What will be your course of action for a push operation?

0 Answers  






character array A[12] can hold

5 Answers   Wipro,


x=y=z=1 z=++x||++y&&++z Printf("%%%d";xyz) what is the values of x,y and z?????

3 Answers  


Is c weakly typed?

0 Answers  


main() { int x=10,y=15; x=x++; y=++y; printf("%d %d\n",x,y); } output??

19 Answers   EBS, Ramco, Sangwin, TCS,


What is Heap?

3 Answers  


Which of the following is not an infinite loop ? a.while(1){ .... } b.for(;;){ ... } c.x=0; do{ /*x unaltered within theloop*/ ... }while(x==0); d.# define TRUE 0 ... while(TRUE){ .... }

7 Answers   TCS,


What is a macro in c preprocessor?

0 Answers  


Categories