Explain how can I manipulate strings of multibyte characters?
Write a program to compute the following 1!+2!+...n!
main() { printf(5+"good morning"); printf("%c","abcdefgh"[4]); }the o/p is morning and e...how someone explain
What is the difference between GETS();AND SCANF();
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......
write a c program in such a way that if we enter the today date the output should be next day's date.
main() { intx=2,y=6,z=6; x=y=z; printf(%d",x) }
5 Answers Amazon, HCL, Thought Works,
Why calloc is better than malloc?
What does a run-time "null pointer assignment" error mean?
Explain why c is faster than c++?
What type is sizeof?
sir, i cannot find the way how to write aprogram by using array on queue
Which of these functions is safer to use : fgets(), gets()? Why?