what is a far pointer
ABB, DRDO, ITI, Maruti Suzuki, Steel Plant, TCS, Toyota, Vivo Mobiles,
12 35498what is the difference between const char *p, char const *p, const char* const p
Accenture, Aricent, CTS, Geometric Software, Point Cross, Verizon,
5 49274What 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 8980Give 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 6458What 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 82005
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
What is #include stdio h?
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
What is graph in c?
How can I swap two values without using a temporary?
Explain what is the concatenation operator?
What is a dynamic array in c?
Define recursion in c.
What would be an example of a structure analogous to structure c?
What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file
What is #include stdlib h?
When should I declare a function?
What is huge pointer in c?
Does c have an equivalent to pascals with statement?
What is a lvalue