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 |
Explain the concept and use of type void.
du u know test pattern for robosoft? Plz share
1 Answers RoboSoft, TATA, Wipro,
Can you tell me how to check whether a linked list is circular?
How to reverse a string using a recursive function, without swapping or using an extra memory?
31 Answers Cisco, Mind Tree, Motorola, Ophio, Sony, TCS, Wipro,
I came across some code that puts a (void) cast before each call to printf. Why?
Explain the difference between the local variable and global variable in c?
How we can set and clear bit in a byte using macro function?
write an algorithm to display a square matrix.
How variables are declared in c?
Write a program to reverse a given number in c language?
logic for generating all the combinations of the any number of given letters. ex::::::::: if a,b,c,d are given the o/p should be abcd,dcba,dbac,bcad,................ 4*3*2*1 combinations............
What is a char in c?