How can I make a program in c to print 'Hello' without
using semicolon in the code?
Post New Answer View All Answers
What do you mean by dynamic memory allocation in c? What functions are used?
Why do we use null pointer?
write a program to find out prime number using sieve case?
Explain how do I determine whether a character is numeric, alphabetic, and so on?
can we implement multi-threads in c.
What is meant by operator precedence?
When would you use a pointer to a function?
What is the difference between char array and char pointer?
how to find anagram without using string functions using only loops in c programming
What are the loops in c?
Explain how can I prevent another program from modifying part of a file that I am modifying?
Can static variables be declared in a header file?
What is a 'null pointer assignment' error?
What are data structures in c and how to use them?
Is void a keyword in c?