Is that possible to add pointers to each other?
No Answer is Posted For this Question
Be the First to Post Answer
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?
Write a simple code fragment that will check if a number is positive or negative.
WAP – represent a char in binary format
can u give me the good and very optimised code for a car racing game?
What is the Difference between Class and Struct?
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)
f(*p) { p=(char *)malloc(6); p="hello"; return; } main() { char *p="bye"; f(p); printf("%s",p); } what is the o/p?
What is data types?
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; }
how to write a bubble sort program without using temporary variable?
What does %2f mean in c?
If you know then define #pragma?