Answer Posted / devi
c is a procedure oriented language and pertform tasks in form of algorithms
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Why use int main instead of void main?
Explain that why C is procedural?
In which language linux is written?
What is main () in c?
How do you convert strings to numbers in C?
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?
Describe the steps to insert data into a singly linked list.
What are the modifiers available in c programming language?
What is the most efficient way to store flag values?
Why doesnt this code work?
What is the use of bit field?
What’s a signal? Explain what do I use signals for?
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 double pointer?
When should the const modifier be used?