The differences between Windows XP and Windows Visa
Answer Posted / sindhu
i can't understand ur qn.visa means????????
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
Why c is a procedural language?
Explain what is the use of a semicolon (;) at the end of every program statement?
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
int i=10; printf("%d %d %d", i, i=20, i);
What is variables in c?
How is = symbol different from == symbol in c programming?
Want to know how to write a C program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
What is merge sort in c?
What is c language used for?
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. 2) the Event Manager has to send participants to the stage to perform in the order in which they registered. Write a program that will help the Event Manager know who to call to the stage to perform. The Logic should be in Data Structures
How can you tell whether a program was compiled using c versus c++?
What are the advantages of using new operator as compared to the function malloc ()?
Which of these functions is safer to use : fgets(), gets()? Why?
Why do we need arrays in c?
Discuss the function of conditional operator, size of operator and comma operator with examples.