what is difference between overriding and overloading?
Answer / jothi16
overridding overloading
1.same function and same 1.same functin
argument diffrernt argument
| Is This Answer Correct ? | 5 Yes | 1 No |
What is break in c?
What’s a signal? Explain what do I use signals for?
Reverse the part of the number which is present from position i to j. Print the new number. eg: num=789876 i=2 j=5 778986
Blade logic interview question. 1st round is a written tests with 15 multiple questions from c and c++. All are simple basic question. Like int main () { Int i=65; Return printf(ā%cā, i); } 2nd and 3rd round is technical interview. The position for which I was interview was core UNIX and c. Yes it is for system programming. The company has product name blade server. For their server they are creating their own command for their purpose. Example cd command. We can implement it in a c program by using the chdir() function. So the question asks related to PID, fork, pipe, shared memory, signal. Write a program in c which will act as cp command.
1 Answers BladeLogic, Infosys,
struct screen_pos{ int row, col } ;move_right(cursor)struct screen_pos *cursor;{ cursor.col++; } /* This statementhas a syntax error */What is the correct statement a) cursor.col = cursor.col + 1; b) col.cursor++; c) *cursor.col++; d) pointer
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??
how to make c program without a libary? e.g.#include<stdio.h> libary is not in c progaram.
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
In C, What is the #line used for?
Why are algorithms important in c program?
which operator having lowest precedence?? a.)+ b.)++ c.)= d.)%
Write a function that will take in a phone number and output all possible alphabetical combinations