What is equivalent to ++i+++j?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between union and structure in c?
What are the different types of constants?
What are pointers in C? Give an example where to illustrate their significance.
what is the diff between the printf and sprintf functions?? and what is the syntax for this two functions ??
What is a pointer in c plus plus?
What are the parts of c program?
Why doesnt long int work?
What is getch () for?
What is c programing language?
Explain what is wrong with this program statement? Void = 10;
Linked lists -- can you tell me how to check whether a linked list is circular?
#include<stdio.h> void main() { char *str; long unsigned int add; str="Hello C"; add=&str[0]; printf("%c",add); } What is the output?