How old is c programming language?
No Answer is Posted For this Question
Be the First to Post Answer
What is an auto keyword in c?
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 to throw some light on the b tree?
void swap(int a,int b) { a=a+b; b=a-b; a=a-b; } in this code always gives the same result for all case
Write a c program using for loop to print typical pattern if number of rows is entered by keyboard. ABCBA AB BA A A
Under what circumstances does a name clash occur?
What are the general description for loop statement and available loop types in c?
Stimulate calculator using Switch-case-default statement for two numbers
HOW CAN ADD OUR FUNCTION IN LIBRARY.
How many levels of pointers have?
what is software?
WAP to accept first name,middle name & last name of a student display its initials?