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 |
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.
explain what are actual arguments?
What is static volatile in c?
Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
what is pointer ? what is the use of pointer?
What is the value of y in the following code? x=7;y=0; if(x=6) y=7; else y=1;
What does int main () mean?
How do you list files in a directory?
Differentiate call by value and call by reference?
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
write a program for 7*8 = 56 ? without using * multiply operator ? output = 56