when to use : in c program?
Answers were Sorted based on User's Feedback
Can we assign string to char pointer?
#define d 10+10 main() { printf("%d",d*d); }
Create a simple code fragment that will swap the values of two variables num1 and num2.
who did come first hen or agg
biggest of two no's with out using if condition statement
why return type of main is not necessary in linux
how write a addtion of two single dimensional array using of pointer in c language?
please give me answer with details #include<stdio.h> main() { int i=1; i=(++i)*(++i)*(++i); printf("%d",i); getch(); }
what will be the output for the following main() { printf("hi" "hello"); }
When can a far pointer be used?
How will you allocate memory to a double pointer ?
how to find your architecture is LittleEndian or BigEndian?