What is the purpose of 'register' keyword?
No Answer is Posted For this Question
Be the First to Post Answer
Input is "Jack and jill went up a hill" To print output is 1-letter word(s)-1 2-letter words-1 3-letter words-1 4-letter words-4
Difference between Class and Struct.
13 Answers Ericsson, Motorola, Wipro,
Is there sort function in c?
What is use of pointer?
Write c-code for 5+55+555+5555+55555+555555+5555555. Output will be it's answer...
main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); } what is the output?
Explain how do you search data in a data file using random access method?
What are the different types of control structures?
in a town the percentage of men is 52 the percentage of total literacy is 48 if total percentage of literate men is 35 of the total population write a program to find the total no of the literate men and women if the population of the town is 80000
Is array name a pointer?
explain what are actual arguments?
What are called c variables?