how to make program without <> in library.



how to make program without <> in library. ..

Answer / gandhi priyank

hello
and your answer is a very easy you can write c progaram
then you can write libary #include<stdio.h> insted of
#include"stdio.h"

Is This Answer Correct ?    16 Yes 3 No

Post New Answer

More C Interview Questions

Q-1: 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.

8 Answers  


how to find sum of digits in C?

21 Answers   CTS, Infosys,


Why doesnt that code work?

0 Answers  


Describe the steps to insert data into a singly linked list.

0 Answers  


1.what are local and global variables? 2.what is the scope of static variables? 3.what is the difference between static and global variables? 4.what are volatile variables? 5.what is the use of 'auto' keyword? 6.how do we make a global variable accessible across files? Explain the extern keyword? 7.what is a function prototype? 8.what does keyword 'extern' mean in a function declaration?

2 Answers   nvidia,






When can a far pointer be used?

0 Answers  


What is the purpose of the preprocessor directive error?

0 Answers  


read an array and search an element

1 Answers  


What is the purpose of scanf() and printf() functions?

0 Answers  


Write a program to print the following series 2 5 11 17 23 31 41 47 59 ...

2 Answers  


How do you access command-line arguments?

1 Answers  


How can you pass an array to a function by value?

0 Answers  


Categories