What is difference between class and structure?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of a semicolon (;) at the end of every program statement?
what are the general concepts of c and c++
#include<stdio.h> main() { int i=5; printf("%d",i*i-- - --i*i*i++ + ++i); } tell the answer with correct reason .specially reason is important nt answer ans by turbo c is -39
Is reference used in C?
How can I handle floating-point exceptions gracefully?
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2
what is available in C language but not in C++?
10 Answers CTS, TCS,
How do you redirect a standard stream?
Is fortran faster than c?
code for copying two strings with out strcpy() function.
How can I invoke another program or command and trap its output?
What is quick sort in c?