wap to print "hello world" without using the main function.
Answer Posted / siva
#include<stdio.h>
#include<conio.h>
#define siva main
siva()
{
clrscr();
printf("hello world");
getch();
return 0;
}
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?
What is #define size in c?
Is c easy to learn?
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if
What is the function of multilevel pointer in c?
#include
Why structure is used in c?
What are the advantages of union?
List the difference between a 'copy constructor' and a 'assignment operator' in C?
What is meant by gets in c?
Explain what does the function toupper() do?
What is a pointer on a pointer in c programming language?
Write a program of prime number using recursion.
Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?
i got 75% in all semester am i eligible for your company