Explain what does it mean when a pointer is used in an if statement?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Is it cc or c in a letter?

0 Answers  


Do you know what are bitwise shift operators in c programming?

0 Answers  


main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }

0 Answers   Wilco,


I have an array of 100 elements. Each element contains some text. i want to: append a star character to the end of every fifth element remove every second character from every tenth element, and… add a line feed (ascii 10) after the 30th character of every array element whose length is greater than 30 characters.

1 Answers  


Explain the use of bit fieild.

0 Answers  






enum { SUNDAY, MONDAY, TUESDAY, }day; main() { day =20; printf("%d",); getch(); } what will be the output of the above program

1 Answers  


What is static memory allocation?

0 Answers  


Explain the difference between getch() and getche() in c?

0 Answers  


What is fflush() function?

0 Answers  


what is the difference between char * const and const char *?

2 Answers   TCS,


What is modeling?

0 Answers  


What is a floating point in c?

0 Answers  


Categories