how to use C++?
No Answer is Posted For this Question
Be the First to Post Answer
Explain stl.
When did c++ add stl?
How connect plc and pc through software
Waht is inheritance
what is template and type convertion
why we are using the fork command?.. how it works?
Who created stl?
What does stl stand for in basketball?
sir please send me bpcl previous question papers
0 Answers BPCL Bharat Petroleum,
What is the name of your birth place?
5. Write c++ function that would intake a string and return the number of occurrences of a given character in that sring Ex:- if the word is “Colombo” and count the occurrences of the letter “o” the function would return 3
Give the output of the following program main() {int ret; ret=fork();ret=fork();ret=fork();ret=fork(); if(!ret) printf("sun"); else printf("solaris");