Write a program that his output 1 12 123
No Answer is Posted For this Question
Be the First to Post Answer
List some of the static data structures in C?
Can stdout be forced to print somewhere other than the screen?
What is volatile keyword in c?
What's the right way to use errno?
Find string palindrome 10marks
5 Answers Honeywell, Infosys, Riktam, Roland,
What is the use of a static variable in c?
Write a program to generate the first n terms in the series --- 2,3,5,7,11,...,17
int i=~0; uint j=(uint)i; j++; printf(“%d”,j);
What is type qualifiers?
can u suggest me am in a confusion to choose whether to go to c programming or a software testing . am a graduate in B.sc(electronics).
who will call your main function in c under linux?
what is the difference between char * const and const char *?