Are c and c++ the same?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to swap two numbers without using third variable?
write a program to find out prime number using sieve case?
With the help of using classes, write a program to add two numbers.
What does the c preprocessor do?
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM
what is Structural oriented language? give some example of this language.....?
print out of string in this format; 1. "rajesh" 2. \n 3. %d
What are the differences between new and malloc in C?
What is console in c language?
What is use of pointer?
int main() { int i=1; switch(i) { case '1': printf("hello"); break; case 1: printf("Hi"); break; case 49: printf("Good Morning"); break; } return 0; }
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?