Subtract Two Number Without Using Subtraction Operator
No Answer is Posted For this Question
Be the First to Post Answer
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
0 Answers Sikkim Manipal University,
Do you know null pointer?
write a proram to reverse the string using switch case?
Tell about strtok & strstr functions
2 Answers HCL, iFlex, Motorola,
why we wont use '&' sing in aceesing the string using scanf
change to postfix a/(b+c*d-e)
what is the difference between these initializations? Char a[]=”string”; Char *p=”literal”; Does *p++ increment p, or what it points to?
difference between ordinary variable and pointer in C?
Is main() is used in the program,,see below example? void main() { int i; for(i=0;i<10;i++) main(); } Then what is the output of the program?
What is a pointer in c?
Write a Program to accept different goods with the number, price and date of purchase and display them
How can I recover the file name given an open stream?