What is pointer and structure in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is the Output? int a=4 b=3; printf("%d%d%d%d%d%d",a++,++a,a++,a++,++a,a++); printf("%d%d%d%d%d%d",b--,b--,--b,b--,--b,--b);
change to postfix a/(b+c*d-e)
#define FALSE -1 #define TRUE 1 #define NULL 0 main() { if(NULL) puts("NULL"); else if(FALSE) puts("TRUE"); else puts("FALSE"); }
How. To pass the entrance test
my name is nani i completed my b-tech in hyd now i want go for interveiw but i dont know the process of software field interveiws plz help me anyone how many rouds there n what rounds plz plz plz help me n where i can get these details
What is calloc in c?
What do mean by network ?
Explain what is the difference between functions abs() and fabs()?
What is the use of extern in c?
What is a stream in c programming?
How can you allocate arrays or structures bigger than 64K?
What is a far pointer?What is the utility?