shorting algorithmS
No Answer is Posted For this Question
Be the First to Post Answer
I have a varargs function which accepts a float parameter?
What is floating point constants?
The difference between printf and fprintf is ?
what will be the output of this program........ main() { int a=2,b=4,c=6; printf("%d"); } why it gives the value of third variable.
Write a program to print “hello world” without using semicolon?
f(char *p) { p=(char *)malloc(sizeof(6)); strcpy(p,"HELLO"); } main() { char *p="BYE"; f(p) printf("%s",p); } what is the output?
9 Answers Hughes, Tech Mahindra,
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 purpose of main() function?
Is file a keyword in c?
What is memmove?
string reverse using recursion
Where static variables are stored in c?