What is void main () in c?


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

Post New Answer

More C Interview Questions

What's the difference between DELETE TABLE and TRUNCATE TABLE commands?

2 Answers   CTC,


matrix multiplication fails introspect the causes for its failure and write down the possible reasons for its failurein c language.

5 Answers   TCS,


write a program to find out number of on bits in a number?

17 Answers   Huawei, Microsoft,


If I want to initialize the array like. int a[5] = {0}; then it gives me all element 0. but if i give int a[5] = {5}; then 5 0 0 0 0 is ans. what will I do for all element 5 5 5 5 5 in a single statement???

3 Answers   Amdocs, IBM,


What is wild pointer in c with example?

0 Answers  






What is C language Terminator?

15 Answers   TCS,


1)what are limitations for recursive function? 2)write a program to read a text file and count the number of characters in the text file

1 Answers  


What is array of structure in c programming?

0 Answers  


what is the difference between malloc() and calloc() function?

1 Answers  


what does static variable mean?

0 Answers   TCS,


Find Index of least significant bit set in an Integer. ex. int value is say 10001000 results should be 4.

1 Answers  


Is it possible to pass an entire structure to functions?

0 Answers  


Categories