What is a stream in c programming?
No Answer is Posted For this Question
Be the First to Post Answer
Convert the following expression to postfix and prefix (A+B) * (D-C)
Write a c program to find, no of occurance of a given word in a file. The word is case sensitive.
write a program to print infinte number
Explain about block scope in c?
What are the 4 types of unions?
when i declare as: void main() { clrscr(); int a=10; printf("%d",a) } my problem that why generate a error in above programs. please tell me answer seriously .
4) Write a program that takes a 5 digit number and calculates 2 power that number and prints it. i have done maximum par but i m findind problem in the commented area. please help...
wat are the two methods for swapping two numbers without using temp variable??
what is the difference between i++ and ++i?
which one is highest Priority in c? a)=,b)+,c)++,d)==
get any number as input except 1 and the output will be 1.without using operators,expressions,array,structure.don't print 1 in printf statement
What are preprocessor directives in c?