What is meant by errors and debugging?
No Answer is Posted For this Question
Be the First to Post Answer
Which of the following operators is incorrect and why? ( >=, <=, <>, ==)
Whats wrong with the following function char *string() { char *text[20]; strcpy(text,"Hello world"); return text; }
How do I copy files?
How we can write a value to an address using macro..?
What is the purpose of & in scanf?
How #define works?
What do you understand by friend-functions? How are they used?
Simplify the program segment if X = B then C ← true else C ← false
why we wont use '&' sing in aceesing the string using scanf
Why is the code below functioning. According to me it MUST NOT.
What is the heap in c?
How does struct work in c?