how to write hello word without using semicolon at the end?
Answer Posted / jithneder palle
int main(void)
{
if(printf("hello world"))
}
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
What is the difference between %d and %i?
What is c token?
Explain what is a pragma?
Explain setjmp()?
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.
Explain b+ tree?
What is the concatenation operator?
What are qualifiers and modifiers c?
What is the use of sizeof?
What is the difference between the local variable and global variable in c?
Write a code on reverse string and its complexity.
What is the basic structure of c?
what is the diffrenet bettwen HTTP and internet protocol
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..