Answer Posted / srinath goud
void main returns 'no value'.
| Is This Answer Correct ? | 14 Yes | 4 No |
Post New Answer View All Answers
Write a program to use switch statement.
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
What are the features of c language?
the question is that what you have been doing all these periods (one year gap)
Explain what is gets() function?
Is javascript based on c?
Is c dynamically typed?
Write a Program to find whether the given number or string is palindrome.
Why we not create function inside function.
In which header file is the null macro defined?
a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.
Find duplicates in a file containing 6 digit number (like uid) in O (n) time.
how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions
Do you have any idea how to compare array with pointer in c?
`write a program to display the recomended action depends on a color of trafic light using nested if statments