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

Post New Answer

More C Interview Questions

Explain the priority queues?

0 Answers  


using for loop sum 2 number of any 4 digit number in c language

0 Answers  


What is union in c?

0 Answers  


Write the following function in C. stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.

4 Answers   OpenFeel,


Distinguish between actual and formal arguments.

0 Answers  


how to print a statement in c without use of console statement ,with the help of if statement it should print

2 Answers   Satyam,


Explain what is the benefit of using #define to declare a constant?

0 Answers  


will u give me old quesrion papers for aptitude for L & t info tech?

1 Answers   Hindustan, L&T,


What is an lvalue and an rvalue?

1 Answers  


How can I convert integers to binary or hexadecimal?

2 Answers  


Write the program for displaying the ten most frequent words in a file such that your program should be efficient in all complexity measures.

3 Answers   Google,


what about "char *(*(*a[])())();"

3 Answers   Oracle,


Categories