wap to print "hello world" without using the main function.
Answers were Sorted based on User's Feedback
Answer / raghuram
To display "hello world"
printf("\"hello world\"");
| Is This Answer Correct ? | 5 Yes | 57 No |
Answer / guest
#include<stdio.h>
#include<conio.h>
printf("hello world");
| Is This Answer Correct ? | 3 Yes | 62 No |
Write a program to find the given number is odd or even without using any loops(if,for,do,while)
What are the differences between new and malloc in C?
Write a code to generate divisors of an integer?
Write a program to print prime nums from 1-20 using c programing?
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......
Differentiate call by value and call by reference?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
What is wrong with this declaration?
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
what is computer
What is array in c with example?
What is the difference between a function and a method in c?