what is computer engg
Computer engineering is the process of analyzing and
designing all hardware, software, and operating systems for
a computer system. Or we can say Computer engineering is the
combination of two fields that is (i)computer science and
(ii)electrical engineering.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are enumerated types?
What is build process in c?
What does node * mean?
Do you know null pointer?
what is the output of below pgm? void main() { int i=0; if(i) printf("pass"); else printf("fail"); }
What is a volatile keyword in c?
what is ans for this scanf(%%d",c);
write a own function for strstr
What is static and volatile in c?
Can two or more operators such as and be combined in a single line of program code?
What is the difference between array and linked list in c?
What are derived data types in c?