Can include files be nested?
No Answer is Posted For this Question
Be the First to Post Answer
can we store values and addresses in the same array? explain
Design a program using an array that searches a number if it is found on the list of the given input numbers and locate its exact location in the list.
Why cann't whole array can be passed to function as value.
How do you define CONSTANT in C?
where do we use volatile keyword?
What is the use of pragma in embedded c?
what is difference between #include<stdio.h> and #include"stdio.h"
What is far pointer in c?
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?
What are linked lists in c?
Is Exception handling possible in c language?
What is the newline escape sequence?