What is adt in c programming?
No Answer is Posted For this Question
Be the First to Post Answer
YBJBU6
What is the general form of function in c?
4)What would be the output? main() { int num=425; pf("%d",pf("%d",num)); } a)Comp error b)4425 c)4253 d)3435 e)none
#include<stdio.h> void main() { int a [5]; for (i=0; i<=4; i++) printf(ā%dā ,a[i]); }
How do you write a program which produces its own source code as output?
Are the variables argc and argv are local to main?
What is void c?
what is the output of the program?? #include<stdio.h> main ( ) { int a=010,sum=0,tracker: for(tracker=0;tracker<=a;tracker++) sum+=tracker; printf(ā %d\nā,sum); } what is the difference between a=10 and a=010??
How to write a C program to determine the smallest among three nos using conditional operator?
Can include files be nested? How many levels deep can include files be nested?
1 1 2 1 2 3 1 2 3 4 1 2 3 1 2 1 generate this output using for loop
What is extern c used for?