What do header files do?
No Answer is Posted For this Question
Be the First to Post Answer
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>...
write a program that uses point of sale system. which are mainly used by retail markets, where the is a database inventory list, a slip should be printed for the customer. manage should be able to access what has been sold and what is left from stock?
what is the different bitween abap and abap-hr?
What's the difference between DELETE TABLE and TRUNCATE TABLE commands?
What is memory leak in c?
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
How main function is called in c?
WAP to accept first name,middle name & last name of a student display its initials?
In which layer of the network datastructure format change is done
What are called c variables?
What are the 32 keywords in c?
Why is the code below functioning. According to me it MUST NOT.