What is keyword with example?
No Answer is Posted For this Question
Be the First to Post Answer
How do you do dynamic memory allocation in C applications?
Explain how can you tell whether a program was compiled using c versus c++?
Whats s or c mean?
I have seen function declarations that look like this
There are 21 people in a room. They have to form groups of 3 people each. How many combinations are possible? Write a C program to print the same.
how does printf function work
What is the difference between functions getch() and getche()?
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
Explain how are portions of a program disabled in demo versions?
Write a program to reverse a given number in c?
a number is perfect if it is equal to the sum of its proper divisor.. 6 is perfect number coz its proper divisors are 1,2 and three.. and 1+2+3=6... a number is deficient if the sum of its proper divisor is less than the number.. sample: 8 is deficient, coz its proper divisors are 1,2 and 4, and 1+2+4=7. abundant number, if the sum of its proper divisor is greater than the number.. sample..12 is abundant coz 1+2+3+4+6=16 which is geater than 12. now write a program that prompts the user for a number, then determines whether the number is perfect,deficient and abundant..
Define function ?Explain about arguments?
2 Answers Geometric Software, Infosys,