what is the significance of static storage class specifier?
What do you mean by invalid pointer arithmetic?
What is variable and explain rules to declare variable in c?
what does exit() do?
explain what are actual arguments?
Where are the auto variables stored?
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.
When should the volatile modifier be used?
What is the difference between constant pointer and pointer to a constant. Give examples.
Write a program for the following series? 1 121 12321 1234321 123454321 12345654321 1234567654321 123456787654321 12345678987654321 1234567890987654321 123456789010987654321 12345678901210987654321 1234567890123210987654321 .........1234321............ ..........123454321............ ..........12345654321............ 7 8 9 0 1 Pls............?
Write a c program to enter a string of paragraph and replacing a particular word which is repeated in the paragraph by another word?
2 Answers ME, Synfusion, Wipro,
C program to perform stack operation using singly linked list
write a program to display numbers from 1 to 10 and 10 to 1?