difference between c and c++?
Answers were Sorted based on User's Feedback
Answer / manisha thakur
in c is not a object oriented
in c++ is object oriented
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / mail
in c we using printf and scanf
in c++ we using cin and cout
| Is This Answer Correct ? | 3 Yes | 2 No |
Blade logic interview question. 1st round is a written tests with 15 multiple questions from c and c++. All are simple basic question. Like int main () { Int i=65; Return printf(ā%cā, i); } 2nd and 3rd round is technical interview. The position for which I was interview was core UNIX and c. Yes it is for system programming. The company has product name blade server. For their server they are creating their own command for their purpose. Example cd command. We can implement it in a c program by using the chdir() function. So the question asks related to PID, fork, pipe, shared memory, signal. Write a program in c which will act as cp command.
1 Answers BladeLogic, Infosys,
write a program for odd numbers?
Difference between for loop and while loop?
What is the difference between volatile and const volatile?
What is optimization in c?
Simplify the program segment if X = B then C ← true else C ← false
What is graph in c?
What are reserved words with a programming language?
What is the meaning of ?
What is modeling?
how to capitalise first letter of each word in a given string?
how to find out the inorder successor of a node in a tree??