What is structure of c program?
No Answer is Posted For this Question
Be the First to Post Answer
difference between malloc and calloc
how to get the starting address of file stored in harddisk through 'C'program.
why array index always starts from zero??
What is #ifdef ? What is its application?
plz answer..... a program that reads non-negative integer and computes and prints its factorial
what is pointer ? what is the use of pointer?
there is two conditions , 1. while using for loop for printing 1 to 50 no's simulteneous 2. while using printf functios for printing 1 to 50 no's simulteneous with or without using variables who will take more time for compiling and execution? explain in details with reason?
Explain a pre-processor and its advantages.
This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory
5. distance conversion: Convert a distance from miles to kilometers .there are 5280 feets per mile,12 inches per foot .2.54 centimeters per inch and 100000centimeters per kilometer
Why is malloc used?
List some of the dynamic data structures in C?