Answer Posted / pushkar
becoz this us the Dell
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What functions are used in dynamic memory allocation in c?
Explain how can a program be made to print the name of a source file where an error occurs?
What is %s and %d in c?
Do you know the difference between malloc() and calloc() function?
How can I handle floating-point exceptions gracefully?
How can I get random integers in a certain range?
what is the format specifier for printing a pointer value?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
How can you draw circles in C?
Explain the advantages of using macro in c language?
Do you know null pointer?
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)
Explain the difference between structs and unions in c?
Is javascript written in c?
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above