differentiate built-in functions and user – defined functions.
No Answer is Posted For this Question
Be the First to Post Answer
Are comments included during the compilation stage and placed in the EXE file as well?
Explain the difference between struct and union.
Give differences between - new and malloc() , delete and free() ?
What does a function declared as pascal do differently?
Difference between C and Embedded C?
Explain what are linked list?
main() { float a=8.8; double b=8.8; if(a==b) printf("Equal"); else printf("not equal"); getch(); } what is the output? with reason
write a c program to find the square of a 5 digit number and print the result.
5 Answers Accenture, Sasken, Vimukti Technologies,
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
What is a nested formula?
Why C language is a procedural language?
What does & mean in scanf?