what is the role you expect in software industry?
Answer Posted / ragu
to done my job efficiently.
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
will u please send me the placement papers to my mail???????????????????
write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list
FILE PROGRAMMING
What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file
an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational
Why pointers are used in c?
What is nested structure with example?
How does selection sort work in c?
What are the 4 types of programming language?
What's the difference between constant char *p and char * constant p?
What is the difference between if else and switchstatement
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above
What is && in c programming?
Why clrscr is used in c?
Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1