main()
{
int i = 10;
printf(" %d %d %d
", ++i, i++, ++i);
}
No Answer is Posted For this Question
Be the First to Post Answer
print out of string in this format; 1. "rajesh" 2. \n 3. %d
main() { int i,j,A; for(A=-1;A<=1;A++) prinf("%d\t",!!A); }
wap in c to accept n number display the highest and lowest value
What is sparse file?
what is a NULL pointer?
What is the output of the following program #include<stdio.h> main() { int i=0; fork(); printf("%d",i++); fork(); printf("%d",i++); fork(); wait(); }
how to find the size of the data type like int,float without using the sizeof operator?
wite a programme in c to linear search a data using flag and without using flags?
How to get string length of given string in c?
write a 'c' program to sum the number of integer values
What is 1f in c?
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?