main()
{
int a=0;
if(a=0) printf("Ramco Systems\n");
printf("India\n");
}
output?
Answer Posted / kushalava
India only
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is queue in c?
What are the two types of structure?
Is swift based on c?
What is pointers in c with example?
what are non standard function in c
How can I find the modification date and time of a file?
Is c is a low level language?
What are pointers? What are different types of pointers?
What is difference between stdio h and conio h?
Tell me about low level programming languages.
How is a pointer variable declared?
How does normalization of huge pointer works?
FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.
How can you determine the size of an allocated portion of memory?
What is memory leak in c?