How do I use void main?


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

Post New Answer

More C Interview Questions

What is the importance of c in your views?

0 Answers  


How can you check to see whether a symbol is defined?

0 Answers  


multiple of 9 without useing +,* oprator

3 Answers  


How can I trap or ignore keyboard interrupts like control-c?

0 Answers  


EXPLAIN #INCLUDE<STDIO.H> EXPLAIN #INCLUDE<CONIO.H>

4 Answers  






Between macros and functions,which is better to use and why?

0 Answers  


What is console in c language?

0 Answers  


main() { struct test { char c; int i; char m; } t1; printf("%d %d\n", sizeof(t1), sizeof(t1.c)); }

1 Answers   Vector, Vector India,


Explain how can I manipulate strings of multibyte characters?

0 Answers  


What is meant by inheritance?

0 Answers  


How can you tell whether two strings are the same?

0 Answers  


In which category does main function belong??

5 Answers  


Categories