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 how do you determine a file’s attributes?
How can you draw circles in C?
What is equivalent to ++i+++j?
What are external variables in c?
How do you redirect a standard stream?
What is declaration and definition in c?
all c language question
write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);
Explain high-order and low-order bytes.
What is static memory allocation?
Can we declare function inside main?
Does * p ++ increment p or what it points to?
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.
Should I learn data structures in c or python?
Describe static function with its usage?