What is the difference between malloc() and calloc() function in c language?
No Answer is Posted For this Question
Be the First to Post Answer
Can include files be nested?
How can you restore a redirected standard stream?
What does volatile do?
Write a program that his output 1 12 123
Is it acceptable to declare/define a variable in a c header?
What is preprocessor with example?
what is array?
What is the relationship between pointers and data structure?
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?
What is the advantage of an array over individual variables?
what is the output on the screen? int n; n=printf("my name is %d",printf("kiran %d",printf("kumar"))); printf("\n %d \n",n);
Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]