Is that possible to add pointers to each other?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

There is a number and when the last digit is moved to its first position the resultant number will be 50% higher than the original number.Find the number?

1 Answers  


Write a simple code fragment that will check if a number is positive or negative.

0 Answers  


WAP – represent a char in binary format

4 Answers   Motorola, Wipro,


can u give me the good and very optimised code for a car racing game?

0 Answers  


What is the Difference between Class and Struct?

10 Answers   Motorola,






Display names and numbers of employees who have 5 years or more experience and salary less than Rs.15000 using array of structures (name, number, experience and salary)

1 Answers  


f(*p) { p=(char *)malloc(6); p="hello"; return; } main() { char *p="bye"; f(p); printf("%s",p); } what is the o/p?

7 Answers   Hughes,


What is data types?

0 Answers  


what will be the output off the following program? #include<stdio.h> int main() { int a; a=015+0*71+5; printf("%d,a"); return0; }

9 Answers   HCL,


how to write a bubble sort program without using temporary variable?

1 Answers   Aricent,


What does %2f mean in c?

0 Answers  


If you know then define #pragma?

0 Answers  


Categories