WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
Answer Posted / madhavi
e task which is completed with in short time is called in technology..
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How are variables declared in c?
what are # pragma staments?
What is the difference between test design and test case design?
Can include files be nested?
What is conio h in c?
How can I change the size of the dynamically allocated array?
Is c still used?
What is the scope of global variable in c?
how to capitalise first letter of each word in a given string?
Explain main function in c?
What are the uses of a pointer?
What is main return c?
What is a pointer value and address in c?
i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none
What is array within structure?