What is dangling pointer in c?
What is the purpose of 'register' keyword?
What happens if a header file is included twice?
what are the static variables
8 Answers HCL, iFlex, TCS, Wipro,
When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?
Program to find the absolute value of given integer using Conditional Operators
What does a pointer variable always consist of?
what is output? main() { #define SQR(x) x++ * ++x int i = 3; printf(" %d %d ",SQR(i),i * SQR(i)); } a)9 27 b)35 60 c)20 60 d)15 175
what will be the output of "printf("%d%d",scanf("%d% d",&a,&b))".provide an explation regarding the question
In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)
1)which of following operator can't be overloaded. a)== b)++ c)?! d)<=
how to print this sereis 2 4 3 6 5..........?
Why cd or dvd are round why not square.