Explain what are run-time errors?
No Answer is Posted For this Question
Be the First to Post Answer
Describe the steps to insert data into a singly linked list.
What is the output of the below program and how it is? void main() { static int var=5; printf("%d",var--); if(var) main(); }
8 Answers MindFire, TCS, Tech Mahindra,
What is null character in c?
What is #include stdio h?
what is a c-language.what is do.
Write a C program to print 1 2 3 ... 100 without using loops?
What is a example of a variable?
simple c program for 12345 convert 54321 with out using string
who is the founder of c
19 Answers College School Exams Tests, HP,
code for quick sort?
Explain how do you determine a file’s attributes?
to print the salary of an employee according to follwing calculation: Allowances:HRA-20% of BASIC,DA-45% of BASIC,TA-10%. Deductions:EPF-8% of BASIC,LIC-Rs.200/-Prof.Tax:Rs.200/- create c language program?