Is c compiled or interpreted?
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 are the advantages of external class?
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
Software Interview Questions
Explain about the functions strcat() and strcmp()?
What is the condition that is applied with ?: Operator?
write a c program to find the roots of a quadratic equation ax2 + bx + c = 0
11 Answers CSC, St Marys, TATA,
Explain logical errors? Compare with syntax errors.
What are external variables in c?
What is the purpose of the statement: strcat (S2, S1)?
How many levels of pointers can you have?
write a program to search for an element in a given array. If the array was found then display its position otherwise display appropriate message in c language