What is graph in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is the output on the screen? int n; n=printf("my name is %d",printf("kiran %d",printf("kumar"))); printf("\n %d \n",n);
What is Conio.h ?
what are the stoge class in C and tel the scope and life time of it?
main() { int x=5,y=10,z=0; x=x++ + y++; y=y++ + ++x; z=x++ + ++y; printf("%d%d%d\n",x,y,z); }
What is null pointer constant?
What is 2 d array in c?
How do c compilers work?
why programming language C is still used in operating system's kernel??
Write a Program to print this triangle: * ** * **** * ****** * ******** * ********** use two nested loops.
12 Answers MIT, TCS,
wats the diference btwen constant pointer and pointer to a constant.pls give examples.
Implement a function that returns the 5th element from the end in a singly linked list of integers in one pass.
write c program to display output 10(10+20)+(10+20+30)+ ... n term
0 Answers Hindustan Gum Chemicals,