Answer Posted / nashiinformaticssolutions
C is a general-purpose, procedural programming language that supports structured programming. It is widely used for system software and application development.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the use of function toupper() with and example code?
what do you mean by inline function in C?
Is malloc memset faster than calloc?
What does calloc stand for?
List the difference between a While & Do While loops?
Are the variables argc and argv are local to main?
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34
What is the explanation for the dangling pointer in c?
application attempts to perform an operation?
How can I read and write comma-delimited text?
Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon
How can you determine the maximum value that a numeric variable can hold?
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
How can I list all of the predefined identifiers?