What is the c language function prototype?
No Answer is Posted For this Question
Be the First to Post Answer
which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above
Explain how do you use a pointer to a function?
what is the output on the screen? int n; n=printf("my name is %d",printf("kiran %d",printf("kumar"))); printf("\n %d \n",n);
Where register variables are stored in c?
Where is c used?
what is the flow of execution in cprogram? ex:printf();,scanf();
how can i sort numbers from ascending order and descending order using turbo c..
write the function int countchtr(char string[],int ch);which returns the number of timesthe character ch appears in the string. for example the call countchtr("she lives in Newyork",'e') would return 3.
Write a c pgm for leap year
11 Answers College School Exams Tests, IBM, TCS,
Why c is a mother language?
What is an auto keyword in c?
What does 4d mean in c?