WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
Answer / madhavi
e task which is completed with in short time is called in technology..
| Is This Answer Correct ? | 1 Yes | 0 No |
main() { intx=2,y=6,z=6; x=y=z; printf(%d",x) }
5 Answers Amazon, HCL, Thought Works,
Add Two Numbers Without Using the Addition Operator
how to connect oracle in C/C++.
why Language C is plateform dependent
Difference Between embedded software and soft ware?
write a program to find the sum of the array elements in c language?
24 Answers ICT, Infosys, Wipro,
How can I find out how much free space is available on disk?
struct tag{ auto int x; static int y; };main() { struct tag s; s.x=4; s.y=5; printf(ā%dā,s.x); }
c program to compute AREA under integral
program for swapping two strings by using pointers in c language
post new interiew question and aptitude test papers
c program to input values in a table(using 2D array) and print odd numbers from them