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
Is there a way to compare two structure variables?
How can I convert a number to a string?
What are the 4 data types?
What are the salient features of c languages?
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
Is a house a mass structure?
Differentiate between a for loop and a while loop? What are it uses?
Write a program to swap two numbers without using a temporary variable?
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?
Are comments included during the compilation stage and placed in the EXE file as well?
What is the difference between constant pointer and constant variable?
Where static variables are stored in c?
Can you please explain the difference between strcpy() and memcpy() function?
What is static and volatile in c?
what type of questions arrive in interview over c programming?