what is the importance of spanning tree?
No Answer is Posted For this Question
Be the First to Post Answer
. A database table called PERSON contains the fields NAME, BASIC and HRA. Write a computer program to print a report which employee name and total salary for those employees whose total salary is more than 10,000. Total Salary = BASIC + HRA. At the end, the program should also print the total number of employees whose total salary is more than 10,000.
What is 2 d array in c?
What are the different file extensions involved when programming in C?
What is dangling pointer in c?
Can a binary search tree be used as an index? If yes, how? Explain
While compiling a c program,graphics header files are not including in my program..eg: <graphics.h>,what may be the problem...is there any environment settings exists.
Explain logical errors? Compare with syntax errors.
What is the difference between the = symbol and == symbol?
What is the difference between single charater constant and string constant?
What is meant by gets in c?
question-how to run a c programme.
What are the different properties of variable number of arguments?