Answer Posted / avinash
INT IS NUMBERS.
| Is This Answer Correct ? | 6 Yes | 15 No |
Post New Answer View All Answers
What does the c preprocessor do?
What is the difference between array_name and &array_name?
Can you write a programmer for FACTORIAL using recursion?
what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values
What does != Mean in c?
Who is the main contributor in designing the c language after dennis ritchie?
Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon
What is a scope resolution operator in c?
Is this program statement valid? INT = 10.50;
Is flag a keyword in c?
write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...
Differentiate between functions getch() and getche().
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .
What is the purpose of sprintf?
Can you please explain the difference between malloc() and calloc() function?