Answer Posted / priyadarshan kasta
it will show a error message as expression syntax error
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is a pointer value and address in c?
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
How can my program discover the complete pathname to the executable from which it was invoked?
difference between object file and executable file
What are the features of c languages?
What is typeof in c?
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
Where are local variables stored in c?
Why is a semicolon (;) put at the end of every program statement?
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
How can a program be made to print the name of a source file where an error occurs?
Can a variable be both const and volatile?
What is void c?
in iso what are the common technological language?
What is the use of bitwise operator?