List some applications of c programming language?
No Answer is Posted For this Question
Be the First to Post Answer
If I want to initialize the array like. int a[5] = {0}; then it gives me all element 0. but if i give int a[5] = {5}; then 5 0 0 0 0 is ans. what will I do for all element 5 5 5 5 5 in a single statement???
main() { int i=400,j=300; printf("%d..%d"); }
what is difference between procedural language and functional language ?
What is the function of this pointer?
0 Answers Agilent, ZS Associates,
#include<stdio.h> #include<conio.h> void main() { int m=0111,n=20; printf("%d%d\n",m,n); getch(); }
write a program to add two numbers of any size.....(remember any size)
#ifdef TRUE int I=0; #endif main() { int j=0; printf("%d %d\n",i,j); }
Why is c known as a mother language?
What are the types of unary operators?
Unsigned char c; for ( c=0;c!=256;c++2) printf("%d",c); No. of times the loop is executed ?
what are the advantage and disadvantage of recursion
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?