Why string is used in c?
No Answer is Posted For this Question
Be the First to Post Answer
if the total selling price of 15 items and the total profit earned on them is input through the keyboard, write a program to find the cost price of one of the item
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a<b,printb.find the sum digits of that number & then print.if a==b multiply 10 with a & add 20 with b store in c and then print
How can I use a preprocessorif expression to ?
Does c have an equivalent to pascals with statement?
Tell us two differences between new () and malloc ()?
How is a null pointer different from a dangling pointer?
Describe the modifier in c?
Can you think of a way when a program crashed before reaching main? If yes how?
Can we declare variable anywhere in c?
give an example of type casting by a simple c program
what is diference between return 0 and return NULL??
What is the full form of getch?