what is a far pointer
ABB, DRDO, ITI, Maruti Suzuki, Steel Plant, TCS, Toyota, Vivo Mobiles,
12 39131what is the difference between const char *p, char const *p, const char* const p
Accenture, Aricent, CTS, Geometric Software, Point Cross, Verizon,
5 51106What 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 10386Give 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 7272What 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 88172
Why we use void main in c?
how to introdu5ce my self in serco
What does sizeof function do?
What is string length in c?
Which header file is used for clrscr?
What are 3 types of structures?
Explain the term printf() and scanf() used in c language?
What are file streams?
Should a function contain a return statement if it does not return a value?
When is the “void” keyword used in a function?
What are the usage of pointer in c?
Why isnt any of this standardized in c?
Which node is more powerful and can handle local information processing or graphics processing?
What do you mean by dynamic memory allocation in c? What functions are used?
What is the difference between functions getch() and getche()?