What are logical errors and how does it differ from syntax errors?
No Answer is Posted For this Question
Be the First to Post Answer
What is printf () in c?
Where does the name "C" come from, anyway?
WHAT IS MEANT BY LIFE?
a memory of 20 bytes is allocated to a string declared as char *s then the following two statements are executed: s="Etrance" l=strlen(s); what is the value of l ? a.20 b.8 c.9 d.21
Why can't we initialise member variable of a strucutre
why java is called as a purely oops language.
What is string concatenation in c?
Explain what are the different file extensions involved when programming in c?
What is the significance of an algorithm to C programming?
How many types of sorting are there in c?
Is there a way to compare two structure variables?
What does return 1 means in c?