how can we print hellow world programme without using semicolon
Answer Posted / sreevalli
if (printf("hello world"))
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
Write a c program to demonstrate character and string constants?
write a program to find the given number is prime or not
Explain the difference between #include "..." And #include <...> In c?
What is table lookup in c?
How do you convert strings to numbers in C?
Why pointers are used?
Dont ansi function prototypes render lint obsolete?
Multiply an Integer Number by 2 Without Using Multiplication Operator
What is structure padding in c?
What do you mean by recursion in c?
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
Explain how can I convert a string to a number?
What is the purpose of macro in C language?
What is double pointer?
What is an auto variable in c?