how to write hello word without using semicolon at the end?
Answer Posted / ramu gurram
#include<stdio.h>
void main()
{
if(printf("hello world"))
{
}
}
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
What is meant by keywords in c?
design and implement a data structure and performs the following operation with the help of file (included 1000 student marks in 5 sub. and %also) 1.how many students are fail in all 5 subjects (if >35) 2. delete all student data those are fail in all 5 subjects. 3. update the grace marks (5 no. if exam paper is 100 marks) 4. arrange the student data in ascending order basis of marks. 5.insert double of deleted students with marks in the list.
How to declare pointer variables?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
What is a pointer in c?
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
Is c call by value?
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
How can you determine the size of an allocated portion of memory?
What is c language used for?
What does %d do?
What does 1f stand for?
What is the advantage of using #define to declare a constant?
Is python a c language?