Is sizeof a keyword in c?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to reverse the words in the sentence.NOTE:not reverse the entire string but just the occurance of each word
What is meant by inheritance?
How can I invoke another program from within a C program?
What is function pointer c?
Do you know the use of fflush() function?
34.what are bitwise shift operators? 35.what are bit fields? What is the use of bit fields in a structure declaration? 36.what is the size of an integer variable? 37.what are the files which are automatically opened when a c file is executed? 38.what is the little endian and big endian? 39.what is the use of fflush() function? 40.what is the difference between exit() and _exit() functions? 41.where does malloc() function get the memory? 42.what is the difference between malloc() and calloc() function? 43.what is the difference between postfix and prefix unary increment operators?
What is the meaning When we write "#include" what is # and what does include does there???
What is huge pointer in c?
how can i make a program with this kind of output.. Enter a number: 5 0 01 012 0123 01234 012345 01234 0123 012 01 0
What is table lookup in c?
main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); }
How to run c Program without using IDE of c. means if program made in notepad.then how to compile by command prompt.