ATM machine and railway reservation class/object diagram
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between c and c++?
Can a pointer be null?
in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?
wat are the two methods for swapping two numbers without using temp variable??
String concatenation
program to print upper & lower triangle of a matrix
What do you mean by team??
What is a lookup table in c?
Explain the ternary tree?
Is c is a low level language?
What is strcmp in c?
what is the output of below code int x=8,y; x>>=2; y=x; what is y value. NOTE:EXPLANATION IS COMPALSARY with binary bits