What does %d do in c?
program to find the second largest word in a paragraph amongst all words that repeat more thn twice
What is a buffer in c?
du u know test pattern for robosoft? Plz share
1 Answers RoboSoft, TATA, Wipro,
What are examples of structures?
What is an auto variable in c?
Why is it usually a bad idea to use gets()? Suggest a workaround.
What are the advantages and disadvantages of c language?
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......
What is the Difference between Macro and ordinary definition?
3 Answers Bosch, Cognizant, College School Exams Tests, Motorola,
What are the scope of static variables?
Find Index of least significant bit set in an Integer. ex. int value is say 10001000 results should be 4.
1. Write the function int countchtr(char string[ ], int ch); which returns the number of times the character ch appears in the string. Example, the call countchtr(“She lives in NEWYORK”, ‘e’) would return 3.