answersLogoWhite

0

Answerwell if it is about the include statement only then your answer goes simple.

extern "C"

{

int printf(const char *format,..);

}

int main()

{

printf("Hello world");

}

coz all the include statement does is copy the requested file at the asked location.

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

How do you solve this program wap to print sum of a digit of an inputed number?

wap to print all the arnstrong no. between 100&1000


WAP to print in c program in 0 10 010kzvcs?

#include <stdio.h> int main (void) { puts ("in 0 10 010kzvcs"); return 0; }


WAP to print esquare 10 natural number?

yo yo as


Select the odd one out a wap b http c baan d arp?

ans: c wap,http,arp are internet protocos, whereas baan vendor erp software


WAP to enter temperature in centigrade Degree and convert it into Fahrenheit Degree using c?

# include # include { float centi;farha; clrscr( ); print f ("Enter the temp); scan f ("%f"&centi); farha(a*centi)3/5; print f("farhanhite=%2f"farhan); getch( ); }


Wap to copy one file to another in C programming?

#include<stdio>


WAP to initilize a character and print whether it is a vowel or not?

// short version char c = 'a'; System.out.println((c=='a'c=='e'c=='i'c=='o'c=='u')?"VOWEL":"CONSONANT"); // easy to read version char c = 'a'; switch (c) { case 'a': case 'e': case 'i': case 'o': case 'u': System.out.println("VOWEL"); break; default: System.out.println("CONSONANT"); }


WAP to print even numbers upto 20 and find the total in Q-Basic?

cls total=0 for i=0 to 20 step -2 total = total+i print i ; next i print "total is " total end send by tripti


Where do you get crude from oil?

hellow


What is the use of print option in c plus plus?

C++ has no print option. The print option in your IDE allows you to print your C++ source code, thus giving you a "hard" copy of your code.


Wap b http c baan d arp?

baan .... baan is a software rest are not ....


How do you write vowels in Qbasic?

clsinput" enter any string";a$f=Len(A$)d=1AA:b$= mid$(a$,d,1)d=d+1c=asc(b$)if c=101 or c=105 or c=970 or c=111 or c=117 thencnt= cnt+1end ifif d