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 the function of pragma directive in c?
How are portions of a program disabled in demo versions?
What is the use of function overloading in C?
Which is best book for data structures in c?
What are all different types of pointers in c?
In C programming, how do you insert quote characters (‘ and “) into the output screen?
What does c value mean?
If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
The statement, int(*x[]) () what does in indicate?
What is I ++ in c programming?
Explain what is a program flowchart and explain how does it help in writing a program?
How can I remove the leading spaces from a string?
What is #line used for?
When should a type cast be used?