What are the c keywords?
No Answer is Posted For this Question
Be the First to Post Answer
What is switch in c?
if the total selling price of 15 items and the total profit earned on them is input through the keyboard, write a program to find the cost price of one of the item
How can I implement sets or arrays of bits?
a simple program in c language
proc() { static i=10; printf("%d",i); } If this proc() is called second time, what is the output?
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
Why we use void main in c?
Why doesnt the call scanf work?
What is file in c preprocessor?
Describe for loop and write a c program to sum the series X + x2/2! + x3 /3! + …….. up to fifteen terms.
print out of string in this format; 1. "rajesh" 2. \n 3. %d
Is reference used in C?