what is ur strangth & weekness
No Answer is Posted For this Question
Be the First to Post Answer
Explain what is the benefit of using enum to declare a constant?
WHO WROTE C LANGUAGE?
Difference between Class and Struct.
13 Answers Ericsson, Motorola, Wipro,
write a c program for print your name .but,your name may be small letter mean print a capital letter or your name may be capital letter mean print a small letter .example \\enter ur name : sankar The name is: SANKAR (or) enter your name:SAnkar The name is:saNKAR
How can I find out if there are characters available for reading?
Differentiate between declaring a variable and defining a variable?
code snippet for creating a pyramids triangle ex 1 2 2 3 3 3
How do you declare a variable that will hold string values?
How the c program is executed?
what is the Output? int a=4 b=3; printf("%d%d%d%d%d%d",a++,++a,a++,a++,++a,a++); printf("%d%d%d%d%d%d",b--,b--,--b,b--,--b,--b);
write a program of bubble sort using pointer?
What is the difference between functions getch() and getche()?