You run a shell on unix system. How would you tell which shell are you running?
No Answer is Posted For this Question
Be the First to Post Answer
What are virtual functions in c++?
What is operators in c++?
What do you mean by internal linking and external linking in c++?
What is the C-style character string?
Declare a class vehicle and make it an abstract data type.
What things would you remember while making an interface?
What do you mean by late binding?
if int1 has the value 12, int has the value 18, and int3 has the value 21, what is the result: int1 < int2 && int2 < int 3
What is c++ iterator?
structure contains int, char, float how it behaves for big endian and little endian?
Write a program to calculate the following i want a c++program for this condition 1+4+9+16+….+100 Like this (1^2+2^2) Hint use function pow(a,b)
What is a binary file? List the merits and demerits of the binary file usagein C++.