Explain what are compound statements?
No Answer is Posted For this Question
Be the First to Post Answer
Can stdout be forced to print somewhere other than the screen?
what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555
What is the difference b/w main() in C language and main() in C++.
#include<stdio.h> main(0 { printf("\n %d %d %d",sizeof(3),sizeof("3"),sizeof(3)); }
How can I rethow can I return a sequence of random numbers which dont repeat at all?
Why is structure padding done in c?
6)What would be the output? main() { int u=1,v=3; pf("%d%d",u,v); funct1(&u,&v); pf("%d%d\n",u,v); } void funct1(int *pu, int *pv) { *pu=0; *pv=0; return; } a)1 3 1 3 b)1 3 1 1 c)1 3 0 0 d)1 1 1 1 e) 3 1 3 1
Why do we use header files in c?
How to print "I Love My India" without using semi colon?
What is f'n in math?
how can i get output the following... 5 4 3 2 1 4 3 2 1 3 2 1 2 1 1 and 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 plz plz...
Write a program to exchange two variaables without temp