2)#include<iostream.h>
main()
{
printf("Hello World");
}
the program prints Hello World without changing main() the
o/p should
be
intialisation
Hello World
Desruct
the changes should be
a)iostream operator<<(iostream os, char*s)
os<<'intialisation'<<(Hello World)<<Destruct
b) c) d)none of the above
Answers were Sorted based on User's Feedback
who will call your main function in c under linux?
Write a program to print numbers from 1 to 100 without using loop in c?
What is the c language function prototype?
What is string function c?
Write c-code for 5+55+555+5555+55555+555555+5555555. Output will be it's answer...
What are the advantages of using linked list for tree construction?
Why do we use int main?
write a program to find out number of on bits in a number?
# define prod(a,b)=a*b main() { int x=2; int y=3; printf("%d",prod(x+2,y-10)); } the output of the program is a.8 b.6 c.7 d.none
to print the salary of an employee according to follwing calculation: Allowances:HRA-20% of BASIC,DA-45% of BASIC,TA-10%. Deductions:EPF-8% of BASIC,LIC-Rs.200/-Prof.Tax:Rs.200/- create c language program?
what are the 10 different models of writing an addition program in C language?
what is the meaning of 'c' language