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 |
Can the curly brackets { } be used to enclose a single line of code?
how to generate the length of a string without using len funtion?
how to set Nth bit of variable by using MACRO
i=20,k=0; for(j=1;j<i;j=1+4*(i/j)) { k+=j<10?4:3; } printf("%d", k);
write a c program to accept a given integer value and print its value in words
4 Answers Vernalis, Vernalis Systems,
Define macros.
which is the best antivirus and how to update it
Where register variables are stored in c?
What does c in a circle mean?
Sir i want e-notes of C languge of BAlaguruswami book i.e scanned or pdf file of balaguruswamy book on c language.PLEASE SEND ME on my mail id ajit_kolhe@rediff.com
How can I convert integers to binary or hexadecimal?
which operator having highest precedence? a.)+ b.)++ c.)= d.)%