What is the meaning of 2d in c?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to print the prime numbers from 1 to 100?
Program to find the value of e raised to power x using while loop
main() { int i,n=010; int sum=0; for(i=1;i<=n;i++) {s=s+i; } printf("%d",&s); getch(); }
what is the use of using linked list and array?
What is a void pointer? When is a void pointer used?
What is wrong with this statement? Myname = 'robin';
Which is better between malloc and calloc?
i=10,j=20 j=i,j?(i,j)?i:j:j print i,j
What is sparse file?
I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.
Differentiate between full, complete & perfect binary trees.
differentiate built-in functions and user – defined functions.