Write a program to generate the first n terms in the series --- 9,11,20,31,...,82
what is difference between #include<stdio.h> and #include"stdio.h"
write a program to convert a expression in polish notation (postfix) to inline (normal)
how to find greatet of 10 numbers without using array?
What is the ANSI C Standard?
The differences between Windows XP and Windows Visa
why r u join this company? give solid resons.
16 Answers IBM, Infosys, TCS,
whitch value return void main?
int main() { unsigned char a = 0; do { printf("%d=%c\n",a,a); a++; }while(a!=0); return 0; } can anyone please explain me output????
what is differnence b/w macro & functions
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
Explain what are global variables and explain how do you declare them?
What is the Difference between Class and Struct?