Answer Posted / chanti
strchr()
it is the function which we use in string() while we r
using characters in it.
Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Do pointers store the address of value or the actual value of a variable?
What is union and structure in c?
Distinguish between actual and formal arguments.
What is the use of putchar function?
PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE
What are the 5 types of organizational structures?
Which are low level languages?
Given below are three different ways to print the character for ASCII code 88. Which is the correct way1) char c = 88; cout << c << " ";2) cout.put(88);3) cout << char(88) << " "; a) 1 b) 2 c) 3 d) constant
Is void a keyword in c?
What is difference between stdio h and conio h?
What are the three constants used in c?
Write the Program to reverse a string using pointers.
What is scanf_s in c?
What is the difference between if else and switchstatement
Who developed c language and when?