How can I dynamically allocate arrays?
No Answer is Posted For this Question
Be the First to Post Answer
How can I read data from data files with particular formats?
What does malloc () calloc () realloc () free () do?
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above
How can I get random integers in a certain range?
How can I split up a string into whitespace-separated fields?
What are the uses of null pointers?
What is output of the following program ? main() { i = 1; printf("%d %d %d\n",i,i++,i++); }
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
Which of the following is not an infinite loop ? a.while(1){ .... } b.for(;;){ ... } c.x=0; do{ /*x unaltered within theloop*/ ... }while(x==0); d.# define TRUE 0 ... while(TRUE){ .... }
input any 4 digit number and find the difference of all the digits?
what is the structure?
prog for 1st five prime numbers in 2^x - 1