using for loop sum 2 number of any 4 digit number in c
language
Write a program to print fibonacci series using recursion?
how 2 compile & execute c program with out using editor?
main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); } wat is the o/p and how?
int array[]={1,2,3,4,5,6,7,8}; #define SIZE (sizeof(array)/sizeof(int)) main() { if(-1<=SIZE) printf("1"); else printf("2"); }
write a c program to find largest number in matrix(in each row,each column, diagonally, and in the whole matrix)? Its urgent.
List some of the static data structures in C?
To what value do nonglobal variables default? 1) auto 2) register 3) static
write a program to find the sum of the array elements in c language?
24 Answers ICT, Infosys, Wipro,
Why is conio.h not required when we save a file as .c and use clrscr() or getch() ?
What are qualifiers in c?
which types of data structure will i use to convert infix to post fix???
What is calloc malloc realloc in c?