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

write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.

0 Answers   Subex,


explain what are actual arguments?

0 Answers  


What is static volatile in c?

0 Answers  


Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?

0 Answers  


what is pointer ? what is the use of pointer?

6 Answers   Infosys,






What is the value of y in the following code? x=7;y=0; if(x=6) y=7; else y=1;

12 Answers   TCS,


What does int main () mean?

0 Answers  


How do you list files in a directory?

0 Answers  


Differentiate call by value and call by reference?

0 Answers   Cyient,


Linked list is a Linear or non linear explain if linear how it working as a non linear data structures

0 Answers  


please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code

0 Answers   Mind Tree,


write a program for 7*8 = 56 ? without using * multiply operator ? output = 56

6 Answers   Xavient,


Categories