Answer Posted / karna
c is a programming language name,like our name
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above
What is structure and union in c?
What are logical errors and how does it differ from syntax errors?
Explain what happens if you free a pointer twice?
Is file a keyword in c?
What is the difference between procedural and declarative language?
What is the purpose of clrscr () printf () and getch ()?
Explain bit masking in c?
Explain why can’t constant values be used to define an array’s initial size?
What is anagram in c?
What is the newline escape sequence?
Can you pass an entire structure to functions?
What is the right type to use for boolean values in c?
What are the advantages of the functions?
Here is a neat trick for checking whether two strings are equal