How can I make a program in c to print 'Hello' without
using semicolon in the code?
Post New Answer View All Answers
What are the complete rules for header file searching?
can we have joblib in a proc ?
5 Write an Algorithm to find the maximum and minimum items in a set of ānā element.
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
Why does notstrcat(string, "!");Work?
Why is c so popular?
Explain what is the difference between the expression '++a' and 'a++'?
What is %g in c?
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
What is malloc() function?
What is the usage of the pointer in c?
Do pointers take up memory?
explain what is a newline escape sequence?
How can I trap or ignore keyboard interrupts like control-c?
What is the difference between typedef struct and struct?