what is compiler?
Answers were Sorted based on User's Feedback
Answer / abhishek
it is translater which convert hll in machine language.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / raj
It is translator which coverts high level code to object code
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / sarjeet singh
it is a converted midel level language to machini language
| Is This Answer Correct ? | 1 Yes | 1 No |
Is string part of stl?
wap in c++ which accept a integer array and its size as argument and replaces element having even values with its half and element having odd values with twice its value
why & sign is used in copy constructor
tell about sorted linked list
What is stl in c++ with example?
what is strcture i++ i ++i answer to this i=5 what is the out put
what is an algorithm in terms of STL?
What two types of containers does the stl provide?
write a program that input four digit no and finds it is palindrome or not
How can you create a bulleted list, numbered list and an outline by using bullets and numbering command. Explain with the help of example.
Is stl part of c++ standard?
Give the output of the following program main() {char *p='a'; int *i=100/*p; } what will be the value of *i= 1