What is #include conio h?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what does a function declared as pascal do differently?
I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.
what is a NULL pointer?
What are the keywords in c?
a=0; while(a<5) printf("%d\n",a++); how many times does the loop occurs? a.infinite b.5 c.4 d.6
What is the output of the following program main();{printf ("chennai""superkings"}; a. Chennai b. superkings c. error d. Chennai superkings
atoi, which takes a string and converts it to an integer. write a program that reads lines(using getline), converts each line to an integer using atoi and computes the average of all the numbers read. also compute the standard deviation
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
how to print "hai" in c?
Explain logical errors? Compare with syntax errors.
What are the two types of structure?
how to connect oracle in C/C++.