Answer Posted / sandeep ghule
pandit jawaharlal neharu
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What does sizeof int return?
How can I prevent another program from modifying part of a file that I am modifying?
Explain About fork()?
How is a pointer variable declared?
What is the difference between fread and fwrite function?
What is meant by realloc()?
any "C" function by default returns an a) int value b) float value c) char value d) a & b
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
What is c programming structure?
What is the difference between memcpy and memmove?
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?
Who is the founder of c language?
A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream
What does volatile do?