Answer Posted / vijay
ouptput:-
vidya
| Is This Answer Correct ? | 1 Yes | 11 No |
Post New Answer View All Answers
Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon
How can I use a preprocessorif expression to ?
What is static memory allocation?
What is oops c?
If I have a char * variable pointing to the name of a function ..
Explain the concept and use of type void.
What is the use of ?: Operator?
What is the purpose of scanf() and printf() functions?
Which programming language is best for getting job 2020?
What is realloc in c?
What is extern keyword in c?
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
What is the use of void pointer and null pointer in c language?
What is sizeof int?
What is the equivalent code of the following statement in WHILE LOOP format?