How can I make a program in c to print 'Hello' without
using semicolon in the code?
Post New Answer View All Answers
how logic is used
Tell me can the size of an array be declared at runtime?
What do mean by network ?
What are Macros? What are its advantages and disadvantages?
Do you know null pointer?
#include
What does sizeof return c?
What is output redirection?
How many types of functions are there in c?
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
Who invented bcpl language?
How can a string be converted to a number?
What does volatile do?
which is an algorithm for sorting in a growing Lexicographic order
Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)