How to find the usage of memory in a c program
what is difference between procedural language and functional language ?
WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER
What character terminates all strings composed of character arrays? 1) 0 2) . 3) END
helllo sir give me some information of the basic information the c as printf ,scanf , %d ,%f and why is the main use of these.
totally how much header files r in c language
Differentiate abs() function from fabs() function.
What's the right way to use errno?
Read two numbers from keyboard and find maximum of them?
#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }
What is malloc calloc and realloc in c?
What is structure data type in c?
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above