What are the application of void data type in c?


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

Post New Answer

More C Interview Questions

Is multithreading possible in c?

0 Answers  


You have an array of n integers, randomly ordered with value 1 to n-1.The array is such that there is only one and one value occurred twice. How will you find this number?

1 Answers  


What is the value of a[3] if integer a[] = {5,4,3,2,1}?

0 Answers  


ABCDCBA ABC CBA AB BA A A

4 Answers   TCS,


What are terms in math?

0 Answers  






Why the below program throughs error during compilation? #include<stdio.h> #include<conio.h> enum { ZERO, ONE, TWO, }; main() { printf("%d",&TWO); getch(); }

2 Answers  


Can we include one C program into another C program if yes how?

7 Answers   Infosys,


write a pgm to print 1 1 2 1 1 2 3 2 1 1 2 3 4 3 2 1

3 Answers  


Process by which one bit pattern in to another by bit wise operation is?

0 Answers   InterGraph,


Differentiate between #include<...> and #include '...'

0 Answers  


What are pragmas and what are they good for?

0 Answers  


How will you allocate memory to double a pointer?

1 Answers  


Categories