What does the file stdio.h contain?
No Answer is Posted For this Question
Be the First to Post Answer
List some applications of c programming language?
Write a C program to multiply tho numbers without using arithmetic operator (+, -, *, /).
A program to write a number of letters and numbers, such as counting and display
I came across some code that puts a (void) cast before each call to printf. Why?
In a switch statement, explain what will happen if a break statement is omitted?
What is difference between && and & in c?
In which language linux is written?
how to generate the length of a string without using len funtion?
Write a program to swap two numbers without using the third variable?
Differentiate call by value and call by reference?
main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); } wat is the o/p and how?
write a c programs to do multiplication of two numbers with out using arithmatic operator ??????????