how many keywords do C compile?
Answer Posted / sherab gyeltshen
32...
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is mean by data types in c?
why we wont use '&' sing in aceesing the string using scanf
What is the difference between void main and main in c?
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
Where register variables are stored in c?
string reverse using recursion
What are local static variables? How can you use them?
What are pointers? What are different types of pointers?
Define and explain about ! Operator?
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.
Write a program to check palindrome number in c programming?
Can you explain the four storage classes in C?
What is atoi and atof in c?