What library is sizeof in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is putchar() function?
How can I automatically locate a programs configuration files in the same directory as the executable?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
What is array in C
how write a addtion of two single dimensional array using of pointer in c language?
What is formal argument?
Program to write some contents into a file using file operations with proper error messages.
What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
explain memory layout of a C program
pgm to reverse string using arrays i.e god is love becomes love is god) (assumption:only space is used for seperation of words) no addtional memory used.i.e no temporary arrays can used.
How can I avoid the abort, retry, fail messages?
How can you check to see whether a symbol is defined?