what is a far pointer
ABB, DRDO, ITI, Maruti Suzuki, Steel Plant, TCS, Toyota, Vivo Mobiles,
12 39154what is the difference between const char *p, char const *p, const char* const p
Accenture, Aricent, CTS, Geometric Software, Point Cross, Verizon,
5 51111What is the output of the program given below
#include
What is the output of the following program
#include
What is the output for the program given below typedef enum grade{GOOD,BAD,WORST,}BAD; main() { BAD g1; g1=1; printf("%d",g1); }
4 10396Give the output for the following program. #define STYLE1 char main() { typedef char STYLE2; STYLE1 x; STYLE2 y; clrscr(); x=255; y=255; printf("%d %d\n",x,y); }
2 7278What is the output for the following program
#include
WHAT IS THE DIFFERENCE BETWEEN malloc() and calloc() in c file management?
3D PLM, Code Studio, Deltech, IBM,
28 88227
How can you draw circles in C?
What are the 4 types of unions?
What are the complete rules for header file searching?
Is it better to bitshift a value than to multiply by 2?
formula to convert 2500mmh2o into m3/hr
What is static function in c?
What is identifiers in c with examples?
What is the main difference between calloc () and malloc ()?
What are the back slash character constants or escape sequence charactersavailable in c?
How can this be legal c?
There seem to be a few missing operators ..
What is difference between structure and union?
What is the difference between single charater constant and string constant?
Process by which one bit pattern in to another by bit wise operation is?
Tell me with an example the self-referential structure?