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
Explain the difference between #include "..." And #include <...> In c?
Write a program to compute the following 1!+2!+...n!
Explain what happens if you free a pointer twice?
What is the benefit of using #define to declare a constant?
struct node { int *a; char *b; char array[12]; }; struct node m,*n; assign the value in *a,*b,char array[12]
Write a program in c using only loops to print * * * * * *******
What are pointers in C? Give an example where to illustrate their significance.
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
How can you print HELLO WORLD without using "semicolon"?
How does C++ help with the tradeoff of safety vs. usability?
Are c and c++ the same?
How do you generate random numbers in C?