What are the similarities between c and c++?
No Answer is Posted For this Question
Be the First to Post Answer
print 1-50 with two loop & two print Statement
What is a const pointer in c?
What is the difference between i++ and i+1 ?(in terms of memory)
What is the difference between void main and main in c?
What is meant by initialization and how we initialize a variable?
why in C,C++'s int size is 2 byte and .net(c#) int Size is 4 byte?
What is typedef example?
What is atoi and atof in c?
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.
How do you convert strings to numbers in C?
write a c/c++ program that takes a 5 digit number and calculates 2 power that number and prints it?
main() { int i=400,j=300; printf("%d..%d"); }