Write a progarm to find the length of string using switch
case?
No Answer is Posted For this Question
Be the First to Post Answer
What is hashing in c language?
how to introdu5ce my self in serco
find largest of 3 no
Difference between malloc() and calloc() function?
main() { enum{red,green,blue=6,white}; pf("%d%d%d%d", red,green,blue,white); return 0; } a)0 1 6 2 b)0 1 6 7 c)Compilation error d)None of the above
fn f(x) { if(x<=0) return; else f(x-1)+x; }
What is the significance of scope resolution operator?
0 Answers Agilent, ZS Associates,
How do I read the arrow keys? What about function keys?
How do you construct an increment statement or decrement statement in C?
Program to find the sum of digits of a given number until the sum becomes a single digit
i=20,k=0; for(j=1;j<i;j=1+4*(i/j)) { k+=j<10?4:3; } printf("%d", k);
coding for Fibonacci.?