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

‎How to define structures? · ‎

0 Answers  


How do you write a program which produces its own source code as its output?

4 Answers  


How is a structure member accessed?

0 Answers  


What is methods in c?

0 Answers  


1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321

0 Answers  






Is it valid to address one element beyond the end of an array?

0 Answers  


what is the mean of c languages.

1 Answers   Polaris,


Method Overloading exist in c ?

3 Answers   Wipro,


Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?

0 Answers  


Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon

0 Answers  


Write a C program that defines a 2-dimentional integer array called A [50][50]. Then the elements of this array should randomly be initialized either to 1 or 0. The program should then print out all the elements in the diagonal (i.e. a[0][0], a[1][1],a[2][2], a[3][3], ……..a[49][49]). Finally, print out how many zeros and ones in the diagonal.

3 Answers   Infosys,


write a reverse string to print a stars.(with out using logic) ***** **** *** ** *

2 Answers  


Categories