What is use of null pointer in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is pointer and structure in c?
How do we swap or interchange any 2 numbers without using Temporary variable...Anybody can pls answer it.. Thanks in Advance
Write the control statements in C language
a simple program in c language
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
Why we use stdio h in c?
Is there sort function in c?
What are the advantages and disadvantages of a heap?
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 the mean of function?
hi any body pls give me company name interview conduct "c" language only
main() { enum _tag{ left=10, right, front=100, back}; printf("%d, %d, %d, %d", left, right, front, back); }