why return type of main is not necessary in linux
No Answer is Posted For this Question
Be the First to Post Answer
A program to allow an input operand and operator from the operator and read on the display and output operand.
What compilation do?
7 Answers Geometric Software, Infosys,
Main must be written as a.the first function in the program b.Second function in the program c.Last function in the program d.any where in the program
19 Answers CTS, HCL, 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
Which is better malloc or calloc?
what are far pointers?
Explain the difference between strcpy() and memcpy() function?
Why is python slower than c?
What is the maximum length of an identifier?
Differentiate between static and dynamic modeling.
All technical questions
regarding the scope of the varibles;identify the incorrect statement: a.automatic variables are automatically initialised to 0 b.static variables are are automatically initialised to 0 c.the address of a register variable is not accessiable d.static variables cannot be initialised with any expression