Distinguish between:
a) Normal layout & Print Layout views
b) Windows Clipboard & office Clipboard
c) Save & Save As Commands
d) Program File & Data File
e) Pie Charts & Barr Charts
No Answer is Posted For this Question
Be the First to Post Answer
#define CUBE(x) (x*x*x) main() { int a,b=3; a=cube(b++); printf("%d %d",a,b); } What should be the value of a and b? My calc a=4 but syst a=6 how pls tell me if you know it?
What is the STL?
What is a standard template library (stl)? What are the various types of stl containers?
how to use C++?
draw a flowchart that accepts two numbers and checks if the first is divisible by the second.
if x<>=z then statement end what is the cyclomatic complexity
What is stl stack?
sir please send me bpcl previous question papers
0 Answers BPCL Bharat Petroleum,
How to write a function that goes through an array of characters and eliminates any elements that are not letters (Legal letters can be either in an uppercase or a lowercase format.) The function removeNonLetters should return the new effective size of the array as the result.
Do you like to Submit Questions in Bulk under Same Category?? Then use our Bulk ListerDo you like to Submit Questions in Bulk under Same Category?? Then use our Bulk Lister
Explain stl.
What is Object Oriental Progam