How to write a code for implementing my own printf() and
scanf().... Please hep me in this... I need a guidance...
Can you give an coding for c... Please also explain about
the header files used other than #include<stdio.h>...


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

An array name contains base address of the array. Can we change the base address of the array?

4 Answers   NMIMS, Wipro,


What is optimization in c?

0 Answers  


what is disadvantage of pointer in C

13 Answers   Tech Mahindra,


what is event driven software and what is procedural driven software?

0 Answers  


Why is c so powerful?

0 Answers  


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

0 Answers   XYZ,


WHY DO WE USE A TERMINATOR IN C LANGUAGE?

2 Answers  


What is sizeof c?

0 Answers  


Is there any data type in c with variable size?

0 Answers  


What are the properties of union in c?

0 Answers  


A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor

0 Answers  


we have to use realloc only after malloc or calloc ? or we can use initially with out depending on whether we are using malloc or calloc in our program ?

2 Answers  


Categories