Why do we use int main?
No Answer is Posted For this Question
Be the First to Post Answer
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
what is a stack
How can you print HELLO WORLD without using "semicolon"?
What is a keyword?
write a program for even numbers?
What is the modulus operator?
Describe how arrays can be passed to a user defined function
Explain how do you declare an array that will hold more than 64kb of data?
State two uses of pointers in C?
Explain the difference between ++u and u++?
Is it better to use malloc() or calloc()?
What is the output of the following program main();{printf ("chennai""superkings"}; a. Chennai b. superkings c. error d. Chennai superkings