Is that possible to add pointers to each other?
No Answer is Posted For this Question
Be the First to Post Answer
errors in computer programmes are called
What is information technology.
Explain what is the difference between the expression '++a' and 'a++'?
Give the Output : * * * * * * * * * *
What is the difference between printf and scanf in c?
can u write a program in C, which does not use = (eqaul)or any arithmatic assignment(like -=,+=,*= etc) operator to swap to number?
which operator having lowest precedence?? a.)+ b.)++ c.)= d.)%
write a proram to reverse the string using switch case?
Do you know the difference between exit() and _exit() function in c?
Explain what is wrong with this program statement? Void = 10;
What are the header files used in c language?
How can I discover how many arguments a function was actually called with?