what is develop in c language
Answers were Sorted based on User's Feedback
Explain in detail how strset (string handling function works )pls explain it with an example.
What happens if you free a pointer twice?
main() { clrscr(); } clrscr();
How can you return multiple values from a function?
Is this program statement valid? INT = 10.50;
Apart from dennis ritchie who the other person who contributed in design of c language.
Why is c called a structured programming language?
Why preprocessor should come before source code?
what is void pointer?
what is the output of printf("%d",(scanf("%d",10));
Discuss similarities and differences of Multiprogramming OS and multiprocessing OS?
why arithmetic operation can’t be performed on a void pointer?