How to print %d in output
Answers were Sorted based on User's Feedback
what is the difference between NULL & NUL keywords in C?
What standard functions are available to manipulate strings?
Differentiate b/w Modify and Update commands giving example.
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
How can my program discover the complete pathname to the executable from which it was invoked?
while initialization of array why we use a[][2] why not a[2][]...?
What is #define size in c?
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM
explain how do you use macro?
Study the code: void show() main() { show(); } void show (char *s) { printf("%sn",s); } What will happen if it is compiled & run on an ANSI C Compiler? A)It will compile & nothing will be printed when it is executed B)it will compile but not link C)the compiler will generate an error D)the compiler will generate a warning
12345 1234 123 12 1
How can I remove the trailing spaces from a string?