How to add two numbers without using semicolon n c????
Answer Posted / guest
int main()
{
return(5+6);
}
| Is This Answer Correct ? | 7 Yes | 11 No |
Post New Answer View All Answers
Why static variable is used in c?
How will you delete a node in DLL?
please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com
to find the closest pair
When do we get logical errors?
What is difference between structure and union in c?
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
What is the size of empty structure in c?
What is static volatile in c?
How does normalization of huge pointer works?
What is the difference between local variable and global variable in c?
code for quick sort?
what are the facialities provided by you after the selection of the student.
What does sizeof int return?
Are the expressions * ptr ++ and ++ * ptr same?