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
How can you find the day of the week given the date?
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
What is a far pointer in c?
Whats s or c mean?
What is structure and union in c?
What is the use of extern in c?
What is return in c programming?
What is meant by errors and debugging?
What is the purpose of sprintf() function?
Why is python slower than c?
What are the advantages of using linked list for tree construction?
What are the difference between a free-standing and a hosted environment?
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset
What is the difference between mpi and openmp?
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?