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
What is merge sort in c?
Are there any problems with performing mathematical operations on different variable types?
What are pragmas and what are they good for?
Define circular linked list.
What is variables in c?
what is the associativity of bitwise OR operator?
write a program to swap two variables a=5 , b= 10 without using third variable
write a c program in such a way that if we enter the today date the output should be next day's date.
main(){char *str;scanf("%s",str);printf("%s",str); }The error in the above program is: a) Variable 'str' is not initialised b) Format control for a string is not %s c) Parameter to scanf is passed by value. It should be an address d) none
Write a program to enter the name and age. If age>28 then find salary categories. if age<28 then find that you are gaduate or not.
What is c programming structure?
What is actual argument?