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 |
What is Full Form of C and Why We use C
4) Write a program that takes a 5 digit number and calculates 2 power that number and prints it. i have done maximum par but i m findind problem in the commented area. please help...
Discuss similarities and differences of Multiprogramming OS and multiprocessing OS?
Whats wrong with the following function char *string() { char *text[20]; strcpy(text,"Hello world"); return text; }
Which is an example of a structural homology?
What tq means in chat?
How can I manipulate individual bits?
What are the preprocessor categories?
using for loop sum 2 number of any 4 digit number in c language
Explain what are bus errors, memory faults, and core dumps?
i want to switch my career from quailty assurance engineering to development kindly guide me from which programming language its better for me to start plz refer some courses or certifications too i have an experience of 1.5 yrs in QA field.Kindly guide me
how to calculate the time complexity of a given algorithm? pls give exaples..mainly for the coplexities such as O(log n),O(n log n)...