Why we use stdio h in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is #define size in c?
explain about storage of union elements.
Average of a couple 10 years ago was 25. The average remains same after having a child and twins after 3 years. What is the present age of the first child
Write a program to print numbers from 1 to 100 without using loop in c?
Print all numbers which has a certain digit in a certain position eg: number=45687 1 number=4 2 number=5 etc
pick out the odd one out of the following a.malloc() b.calloc() c.free() d.realloc()
Explain what is the use of a semicolon (;) at the end of every program statement?
How to write a code for reverse of string without using string functions?
write a program to display all prime numbers
Define function ?Explain about arguments?
2 Answers Geometric Software, Infosys,
YBJBU6
what is the difference between these initializations? Char a[]=”string”; Char *p=”literal”; Does *p++ increment p, or what it points to?