Explain what is gets() function?
No Answer is Posted For this Question
Be the First to Post Answer
difference between ordinary variable and pointer in C?
write a program for 7*8 = 56 ? without using * multiply operator ? output = 56
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.
What is the difference b/w Structure & Class?
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
How to add two numbers with using function?
I have a function which accepts a pointer to an int. How can I pass a constant like 5 to it?
What is the use of ?: Operator?
What is use of null pointer in c?
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above
Do you know what is a programing language ?
how to find a 5th bit is set in c program