what is a far pointer
ABB, DRDO, ITI, Maruti Suzuki, Steel Plant, TCS, Toyota, Vivo Mobiles,
12 39646what is the difference between const char *p, char const *p, const char* const p
Accenture, Aricent, CTS, Geometric Software, Point Cross, Verizon,
5 51358What 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 10553Give 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 7413What 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 89121
What is a constant?
Explain the use of 'auto' keyword in c programming?
Why flag is used in c?
What are the types of data files?
What are the 4 types of unions?
Can a program have two main functions?
What is the best organizational structure?
Is it valid to address one element beyond the end of an array?
What is volatile variable in c?
What is the difference between mpi and openmp?
Explain how can you check to see whether a symbol is defined?
What is non linear data structure in c?
What is calloc() function?
What is the meaning of c in c language?
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?