What is wrong with this program statement?
No Answer is Posted For this Question
Be the First to Post Answer
program that accepts amount in figures and print that in words
2 Answers Infosys, Lovely Professional University, Wipro,
main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); }
Want to know how to write a C program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
Explain how can I remove the trailing spaces from a string?
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
Can you please explain the scope of static variables?
What are volatile variables?
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?
Is there a way to jump out of a function or functions?
1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
what is disadvantage of pointer in C
Hi Every one......... Please Any body give me the answer for my question. Is it possible to print the word "PRINT F", without using printf() statement in C-Language.