Answer Posted / biswajit jana
c programming is representation of logical statement
according to some c language rule.
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
What is the advantage of c?
What are dangling pointers? How are dangling pointers different from memory leaks?
Why use int main instead of void main?
write a program to rearrange the array such way that all even elements should come first and next come odd
What is the g value paradox?
what is the significance of static storage class specifier?
Why is it usually a bad idea to use gets()? Suggest a workaround.
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
What does c mean?
How can I avoid the abort, retry, fail messages?
Write a code to generate a series where the next element is the sum of last k terms.
What is the use of linkage in c language?
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
When a c file is executed there are many files that are automatically opened what are they files?
What is variable and explain rules to declare variable in c?