please explain clearly about execution of c program in
detail,in which stage are the printf sacnf getting into
exeecutable code
No Answer is Posted For this Question
Be the First to Post Answer
What is floating point exception error? And what are different types of errors occur during compile time and run time? why they occur?
what is meant by the "equivalence of pointers and arrays" in C?
write a C program to print the program itself ?!
Differentiate between new and malloc(), delete and free() ?
What language is windows 1.0 written?
1.Why do you call C is middle level language? 2.Why do you call C is userfriendly language.
write a program that uses point of sale system. which are mainly used by retail markets, where the is a database inventory list, a slip should be printed for the customer. manage should be able to access what has been sold and what is left from stock?
What are the features of c languages?
What is structure padding ?
Explain how do you sort filenames in a directory?
1. Write the function int countchtr(char string[ ], int ch); which returns the number of times the character ch appears in the string. Example, the call countchtr(“She lives in NEWYORK”, ‘e’) would return 3.
What is hungarian notation? Is it worthwhile?