EXPLAIN #INCLUDE<STDIO.H>
EXPLAIN #INCLUDE<CONIO.H>
Answer Posted / priti ranjan panda
stdio.h => (standard Input Output Header File) generally used for Inonu Output and some standard function used in.
Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Explain what is the difference between functions getch() and getche()?
How are strings stored in c?
What is declaration and definition in c?
What is p in text message?
Why structure is used in c?
How macro execution is faster than function ?
Not all reserved words are written in lowercase. TRUE or FALSE?
Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given
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
What is the default value of local and global variables in c?
What is a pointer variable in c language?
Why doesnt that code work?
What is pointers in c?
How many types of arrays are there in c?
Explain how can you check to see whether a symbol is defined?