What is use of pointer?
No Answer is Posted For this Question
Be the First to Post Answer
ratio,age,persentage
main() { int i,n=010; int sum=0; for(i=1;i<=n;i++) {s=s+i; } printf("%d",&s); getch(); }
Do you know what are bitwise shift operators in c programming?
what is diffrence between string and character array?
What will the code below print when it is executed? int x = 3, y = 4; if (x = 4) y = 5; else y = 2; printf ("x=%d, y=%d ",x,y);
find the sum of two matrices and WAP for it.
How would you sort a linked list?
can we define a function in structure?
a 'c' program to tell that the set of three coordinates lie on a same line
Tell me what is the purpose of 'register' keyword in c language?
Why does the call char scanf work?
what is the difference between embedded c and turbo c ?