What is the mean of this statement::
if(int i=0 * i=9)
Answers were Sorted based on User's Feedback
Answer / chevuru
This is not legal. it will result in l-value error
| Is This Answer Correct ? | 1 Yes | 1 No |
Hai why 'c' is the middle language
What is scope and lifetime of a variable in c?
What is the mean of function?
What are header files? What are their uses?
what is the value of b if a=5; b=++a + ++a
31 Answers Infosys, TCS, Tech Mahindra,
What is pragma c?
What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?
How can I invoke another program from within a C program?
Can a void pointer point to a function?
c program to subtract between two numbers without using '-' sign and subtract function.
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
Write a program to print distinct words in an input along with their count in input in decreasing order of their count