program to find which character is occured more times in a string and how many times it has occured? for example in the sentence "i love india" the output should be i & 3.
3 7709for example user gives input as " 20 or 20.0 or rs 20.0 or 20.00 or rs20 and so .. on " and the output should be stored as " rs.20.00 " in a variable
2 4613
Can a pointer be null?
Explain bit masking in c?
What is a sequential access file?
Why do we use static in c?
List some applications of c programming language?
How many loops are there in c?
Is this program statement valid? INT = 10.50;
What is the equivalent code of the following statement in WHILE LOOP format?
Which is more efficient, a switch statement or an if else chain?
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
Which are low level languages?
What is a nested loop?
What is clrscr ()?
Explain the ternary tree?
What is data structure in c language?