what is a far pointer
ABB, DRDO, ITI, Maruti Suzuki, Steel Plant, TCS, Toyota, Vivo Mobiles,
12 39227what is the difference between const char *p, char const *p, const char* const p
Accenture, Aricent, CTS, Geometric Software, Point Cross, Verizon,
5 51148What 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 10421Give 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 7300What 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 88359
Process by which one bit pattern in to another by bit wise operation is?
What is a function in c?
Explain continue keyword in c
What are the two types of functions in c?
Write a program to check whether a number is prime or not using c?
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
What does c in a circle mean?
Explain what is a stream?
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
Explain what is wrong with this statement? Myname = ?robin?;
Explain how can I manipulate strings of multibyte characters?
Should I learn data structures in c or python?
Explain the array representation of a binary tree in C.
"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above
what is the syallabus of computer science students in group- 1?