Write the control statements in C language
What is the importance of c in your views?
HOW DO YOU HANDLE EXCEPTIONS IN C?
how to print 2-D array using a single for loop?
2 Answers Mind Tree, TCS, Value Labs,
void main(int argc,char *argv[],char *env[]) { int i; for(i=1;i<argc;i++) printf("%s",env[i]); }
Sir,please help me out with the output of this programme:- #include<stdio.h> #include<conio.h> void main() { int a=18,b=12,i; for(i=a<b?a:b;a%i||b%i;i--); printf("%d %d",i); }
Write a c program for sum of first n terms of the series S = 1 - (1/3) + (1/5) -(1/7) + (1/9) ......
write a program to generate 1st n fibonacci prime number
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
Why c is called top down?
What are the benefits of c language?
How do you list files in a directory?
we have a 3litres jug and a 5 litres jug and no measures on them. using these two jugs how can we measure 4 litres of water?