Is that possible to add pointers to each other?
No Answer is Posted For this Question
Be the First to Post Answer
How does variable declaration affect memory?
How can I write a function that takes a format string and a variable number of arguments?
what will be the output of this program? void main() { int a[]={5,10,15}; int i=0,num; num=a[++i] + ++i +(++i); printf("%d",num); }
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
Is this program statement valid? INT = 10.50;
What are comments and how do you insert it in a C program?
Can we declare variables anywhere in c?
How can I manipulate individual bits?
write a progrmm in c language take user interface generate table using for loop?
What is local and global variable in c?
What are the types of operators in c?
How can I delete a file?