all c language question
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to print “hello world” without using semicolon?
what is the difference between getch() and getche()?
diff .between strcture and union
How can I open files mentioned on the command line, and parse option flags?
Explain how can I manipulate strings of multibyte characters?
Why clrscr is used after variable declaration?
Can i use Two or More Main Funtion in any C program.?
How can you check to see whether a symbol is defined?
What is typedf?
Explain what is the difference between far and near ?
What is multidimensional arrays
we have to use realloc only after malloc or calloc ? or we can use initially with out depending on whether we are using malloc or calloc in our program ?