Explain how many levels deep can include files be nested?
No Answer is Posted For this Question
Be the First to Post Answer
ratio,age,persentage
6. Which of the Following is not defined in string.h? A)strspn() B)strerror() C)memchr() D)strod()
What is a pointer on a pointer in c programming language?
Which is the memory area not included in C program? give the reason
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
Suppose we have a table name EMP as below. We want to perform a operation in which, I want to change name ‘SMITH’ from as ‘SMITH JAIN’. Also I want to change the name of the column from ENAME to E_NAME. EMPNO ENAME JOB MGR HIREDATE SAL 7369 SMITH Coder 7902 17-DEC-80 800 7499 ALLEN SALESMAN 7698 20-FEB-81 1600 7521 WARD SALESMAN 7698 22-FEB-81 1250
Is fortran faster than c?
what is difference between ++(*p) and (*p)++
17 Answers Accenture, HCL, IBM,
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
what is the advantage of using SEMAPHORES to ORDINARY VARIABLES???
What is difference between structure and union in c programming?
How to implement variable argument functions ?