write c program without semicolon
Answer Posted / rockabhi
int main()
{
if (printf(" d" Hello"))
{
// EMPTY
}
}
| Is This Answer Correct ? | 38 Yes | 11 No |
Post New Answer View All Answers
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
Explain how can you avoid including a header more than once?
Is null a keyword in c?
Why & is used in c?
write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
What is the difference between ++a and a++?
What is a lookup table in c?
What is a c token and types of c tokens?
Is c compiled or interpreted?
How do we make a global variable accessible across files? Explain the extern keyword?
Which header file should you include if you are to develop a function which can accept variable number of arguments?
What is dynamic variable in c?
Describe the header file and its usage in c programming?
Explain the difference between malloc() and calloc() function?