Where does the name "C" come from, anyway?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what are the different data types in c?
What is the importance of c in your views?
prototype of sine function.
ABCDCBA ABC CBA AB BA A A
if a five digit number is input through the keyboard, write a program to calculate the sum of its digits. (hint:-use the modulus operator.'%')
What is data type long in c?
Do you know what are the properties of union in c?
How to write a code for reverse of string without using string functions?
write a pgm to print 1 1 2 1 1 2 3 2 1 1 2 3 4 3 2 1
What is the best organizational structure?
# define prod(a,b)=a*b main() { int x=2; int y=3; printf("%d",prod(x+2,y-10)); } the output of the program is a.8 b.6 c.7 d.none
Explain the difference between #include "..." And #include <...> In c?