main()
{
int a=0;
if(a=0) printf("Ramco Systems\n");
printf("India\n");
}
output?
Answer Posted / yogendra jain
Ramco Systems
India
| Is This Answer Correct ? | 3 Yes | 6 No |
Post New Answer View All Answers
Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
What are disadvantages of C language.
Do you know what are bitwise shift operators in c programming?
Explain what is the best way to comment out a section of code that contains comments?
What is "Hungarian Notation"?
How many bytes are occupied by near, far and huge pointers (dos)?
What is memcpy() function?
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
Explain how do you use a pointer to a function?
Why is c called a mid-level programming language?
Is multithreading possible in c?
What are the general description for loop statement and available loop types in c?
What are valid signatures for the Main function?
What is main () in c language?
What is a structure member in c?