Why is c called "mother" language?
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between getch() and getchar()?
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above
write a c program for greatest of three numbers without using if statment
Why isn't it being handled properly?
How can I ensure that integer arithmetic doesnt overflow?
What are static variables in c?
What are the types of assignment statements?
Write a program in c to input a 5 digit number and print it in words.
# define x=1+4; main() { int x; printf("%d%d",x/2,x/4); }
Why is this loop always executing once?
Illustrate it summing the series 2+4+6+......to n terms using (i) while loop (ii) do-while loop
What is the difference between a string and an array?