how to make program without <> in libray.
No Answer is Posted For this Question
Be the First to Post Answer
helllo sir give me some information of the basic information the c as printf ,scanf , %d ,%f and why is the main use of these.
write a reverse string to print a stars.(with out using logic) ***** **** *** ** *
What is meaning of "Void main" in C Language.
24 Answers Ford, GU, HCL, IBIBS, JUW, TCS,
What are types of structure?
hi , please send me NIC written test papers to sbabavalli@gmail.com
How would you print out the data in a binary tree, level by level, starting at the top?
What does d mean?
why 'c' is called middle level language.
Determine the code below, tell me exactly how many times is the operation sum++ performed ? for ( i = 0; i < 100; i++ ) for ( j = 100; j > 100 - i; j--) sum++;
Can we access array using pointer in c language?
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration
what is pointer ? what is the use of pointer?