what is a far pointer
ABB, DRDO, ITI, Maruti Suzuki, Steel Plant, TCS, Toyota, Vivo Mobiles,
12 39232what is the difference between const char *p, char const *p, const char* const p
Accenture, Aricent, CTS, Geometric Software, Point Cross, Verizon,
5 51151What 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 10424Give 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 7305What 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 88365
What is the method to save data in stack data structure type?
What is the purpose of realloc()?
What is derived datatype in c?
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12
Define circular linked list.
Given only putchar (no sprintf, itoa, etc.) write a routine putlong that prints out an unsigned long in decimal. [ I gave the obvious solution of taking % 10 and / 10, which gives us the decimal value in reverse order. This requires an array since we need to print it out in the correct order. The interviewer wasn't too pleased and asked me to give a solution which didn't need the array ].
Is null a keyword in c?
What is sizeof in c?
How do you print an address?
What is union and structure in c?
Describe the steps to insert data into a singly linked list.
What is the newline escape sequence?
Explain 'bus error'?
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?