Write a progarm to find the length of string using switch
case?
i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....
Why do we use namespace feature?
main() { char ch='356'; Printf("%d",ch); } *OUTPUT*:- -18 *Why?*
How can you print HELLO WORLD without using "semicolon"?
what does the following function print? func(int i) { if(i%2)return 0; eale return 1; } main() { int =3; i=func(i); i=func(i); printf("%d",i);}
What is the difference b/w Structure & Union?
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above
Find the largest number from the given 2 numbers without using any loops and the conditional operator.
What are preprocessor directives in c?
Why is c fast?
What is the purpose of 'register' keyword?
How to run c Program without using IDE of c. means if program made in notepad.then how to compile by command prompt.