what is ans for this
scanf(%%d",c);
What are pointers?
0 Answers Accenture, Tavant Technologies, Zensar,
Unsigned char c; for ( c=0;c!=256;c++2) printf("%d",c); No. of times the loop is executed ?
What does %c mean in c?
void main() { static int i = 5; if(--i) { main(); printf("%d ",i); } } what would be output of the above program and justify your answer? }
5 Answers C DAC, CDAC, Infosys, Wipro,
What is data types?
write a program to add two numbers of any size.....(remember any size)
what is the output of the following program? #include<stdio.h> void main() { float x=1.1; while(x==1.1) { printf("\n%f",x); x=x-0.1; } }
post new interiew question and aptitude test papers
Write a program for print infinite numbers
Tell me a C program to display the following Output? 1 1 1 1 1 2 2 2 2 3 3 3 4 4 5
What does s c mean in text?
In a switch statement, what will happen if a break statement is omitted?