what value is returned to operating system after program
execution?
No Answer is Posted For this Question
Be the First to Post Answer
What is sizeof int in c?
Explain the red-black trees?
What is c standard library?
Input any no. and print all the the numbers that comes before it like this for e.g input = 4 0 01 012 0123 01234 plz answer it 2day
Write a program to enter the name and age. If age>28 then find salary categories. if age<28 then find that you are gaduate or not.
what is the use of #pragma pack, wer it is used?
number of times a digit is present in a number
Write a program which calculate sum of several number and input it into an array. Then, the sum of all the number in the array is calculated.
a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f
what is the main use of c where it can use the c
What are static functions?
While compiling a c program,graphics header files are not including in my program..eg: <graphics.h>,what may be the problem...is there any environment settings exists.