What does void main return?


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

Post New Answer

More C Interview Questions

What are loops c?

0 Answers  


writ a program to compare using strcmp VIVA and viva with its output.

0 Answers  


Write a program using bitwise operators to invert even bits of a given number.

2 Answers  


What is a stream?

0 Answers  


What's the difference between calloc() and malloc()?

4 Answers  






WHAT IS INT?

8 Answers   Accenture,


can any one provide me the notes of data structure for ignou cs-62 paper

0 Answers   Ignou,


I need previous papers of CSC.......plz help out by posting them.......

0 Answers  


What is the significance of an algorithm to C programming?

0 Answers  


what do you mean by enumeration constant?

0 Answers  


CopyBits(x,p,n,y) copy n LSBs from y to x starting LSB at 'p'th position.

9 Answers   Adobe,


Go through this linked list concept.While traversing through the singly linked list sometimes the following code snippet "while(head != NULL)" is used and other times "while(head->link != NULL)"is used(Here head is the pointer pointing to the first node,node has two parts data part and link part).What is the difference between head != NULL and Head->link != NULL and in which situation are they used?

1 Answers   Oracle,


Categories