Is that possible to add pointers to each other?
No Answer is Posted For this Question
Be the First to Post Answer
What does typeof return in c?
Explain #pragma in C.
In c language can we compile a program without main() function?
How to calculate Total working time using Login and logout?
2 Answers CTS, Cygnus, Infosys, Signal Networks, TCS, Wipro,
what is differnence b/w macro & functions
how will you write a program on linked lists using JAVA programming???????????
Write a program to reverse a string.
0 Answers Global Logic, iNautix, TCS, Wipro,
void main() { int a=1; printf("%d %d %d",a,++a,a++); } the output is supposed to be 1 2 2....but it is 3 3 1 this is due to calling conventions of C. if anyone can explain me how it happens?
program in c to print 1 to 100 without using loop
write a function which accept two numbers from main() and interchange them using pointers?
Here is alphabets : abcdefgh 1) how to reverse. as hgfedcba 2) after reversal, how to group them in a pair hg fe dc ba.
How do you use a 'Local Block'?