Answer Posted / ram
4 logical,syntax,linking,runtime error
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are the 4 data types?
Are the variables argc and argv are local to main?
Why C language is a procedural language?
Which is better oop or procedural?
Can you please explain the difference between exit() and _exit() function?
What is const and volatile in c?
What are the advantages of using new operator as compared to the function malloc ()?
Tell me about low level programming languages.
How are portions of a program disabled in demo versions?
What is the main difference between calloc () and malloc ()?
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
In a byte, what is the maximum decimal number that you can accommodate?
Explain what are the different data types in c?
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
Why flag is used in c?