what is the role you expect in software industry?
Answer Posted / meenal
always try to create new softwares & improve eficiency &
complete consumers requirements than they want
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what type of questions arrive in interview over c programming?
how to construct a simulator keeping the logical boolean gates in c
What are the types of pointers?
Is stack a keyword in c?
What is ## preprocessor operator in c?
How do I create a directory? How do I remove a directory (and its contents)?
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
What is pragma in c?
What is the significance of scope resolution operator?
What are logical errors and how does it differ from syntax errors?
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
Without Computer networks, Computers will be half the use. Comment.
Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none