Answer Posted / sunil s patil
C is one of the most widely used programming language of
all time and there are very few computer architectures for
which C compiler does not exit.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Is c# a good language?
Explain indirection?
State two uses of pointers in C?
Do variables need to be initialized?
What is this pointer in c plus plus?
Can 'this' pointer by used in the constructor?
What is calloc in c?
What is malloc() function?
Why main function is special give two reasons?
Is swift based on c?
Can you add pointers together? Why would you?
Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc
hi send me sample aptitude papers of cts?
Using which language Test cases are added in .ptu file of RTRT unit testing???
What is the difference between struct and union in C?