how to execute with out main in cprogram
Answer Posted / rina
any c program is not run without main function
main function is compalsary in c program
| Is This Answer Correct ? | 6 Yes | 8 No |
Post New Answer View All Answers
Explain built-in function?
Can a pointer be null?
How can I pad a string to a known length?
What does %d do?
What is strcpy() function?
What is bubble sort in c?
Which driver is a pure java driver
List the different types of c tokens?
Can a variable be both constant and volatile?
What is an endless loop?
Explain what is a program flowchart and explain how does it help in writing a program?
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
What does the format %10.2 mean when included in a printf statement?
How to write c functions that modify head pointer of a linked list?