For what purpose null pointer used?
No Answer is Posted For this Question
Be the First to Post Answer
Is reference used in C?
to write a program, that finds the minimum total number of shelves, including the initial one, required for this loading process. The packets are named A, B, C, D, E …….. Any numbers of packets with these names could be kept in the shelf, as in this example: [ZZLLAAJKRDFDDUUGGYFYYKK]. All packets are to be loaded on cars. The cars are lined in order, so that the packets could be loaded on them. The cars are also named [A, B, C, D, E,………….].
Explain what is the benefit of using #define to declare a constant?
create an SINGLE LINKED LISTS and reverse the data in the lists completely
What are the salient features of c languages?
When should a far pointer be used?
#define d 10+10 main() { printf("%d",d*d); }
in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?
Write a C++ program to give the number of days in each month according to what the user entered. example: the user enters June the program must count number of days from January up to June
Q-1: Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college.
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
Write a c program using for loop in switch case?