What is an lvalue in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is return in c programming?
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.
What is the general form of a C program?
Which of these functions is safer to use : fgets(), gets()? Why?
what does ‘segmentation violation’ mean?
What is infinite loop?
how can u print a message without using any library function in c
difference between memcpy and strcpy
When should you not use a type cast?
Tell me can the size of an array be declared at runtime?
what is level of tree if leaf node is at level 4.please explain.
Explain how can I right-justify a string?