what is a far pointer
ABB, DRDO, ITI, Maruti Suzuki, Steel Plant, TCS, Toyota, Vivo Mobiles,
12 39273what is the difference between const char *p, char const *p, const char* const p
Accenture, Aricent, CTS, Geometric Software, Point Cross, Verizon,
5 51174What 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 10436Give 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 7312What 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 88435
Mention four important string handling functions in c languages .
I have a varargs function which accepts a float parameter?
What is the difference between if else and switchstatement
Tell me what are bitwise shift operators?
Did c have any year 2000 problems?
In a switch statement, explain what will happen if a break statement is omitted?
What are qualifiers?
Which one would you prefer - a macro or a function?
What are the benefits of organizational structure?
What is void main ()?
Why we write conio h in c?
Why is this loop always executing once?
What is difference between union and structure in c?
What is calloc in c?
Are negative numbers true in c?