Why is void main used?
No Answer is Posted For this Question
Be the First to Post Answer
main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }
Are global variables static in c?
Explain how can I convert a string to a number?
what are the compilation steps? ( i want inside the compiler )
What is the c language function prototype?
How we can set and clear bit in a byte using macro function?
How can a process change an environment variable in its caller?
what is the use of call back function in c?tell me with example
What is a const pointer?
What is the benefit of using #define to declare a constant?
Which header file should you include if you are to develop a function which can accept variable number of arguments?
Hi can anyone tell what is a start up code?