Explain why c is faster than c++?
No Answer is Posted For this Question
Be the First to Post Answer
Can a program have two main functions?
Explain the bubble sort algorithm.
f=(x>y)?x:y a) f points to max of x and y b) f points to min of x and y c)error
How to avoid buffer overflow?
How to run c Program without using IDE of c. means if program made in notepad.then how to compile by command prompt.
how can i get the output 54321 4321 321 21 1 in c programming........???? pls help......
the data type used for unlimited value in c and how to do this program
main() { int i=0; while(+(+i--)!=0) i-=i++; printf(i); }
1. main() { printf("%d",printf("HelloSoft")); } Output?
Explain Function Pointer?
Which is not valid in C? 1) class aClass{public:int x;} 2) /* A comment */ 3) char x=12;
How do you write a program which produces its own source code as its output?