WAP to accept basic salary of an employee? Calculate it HRA=25%,DA=30%,PF=30%&net salary display all contents?
6 29538WAP to accept rollno,course name & marks of a student & display grade if total marks is above 200?
4 15493Blade 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 11446write an algorithm which can find the largest number among the given list using binary search ............... this was asked in the interview
2 14001hi friends how r u as soon in satyam my interview is start but i m very confusued ta wat i do plz help me frndz wat can i do plz tell me some question and answers related with "C" which r asked in the interview .
2516
Explain function?
What is the use of a semicolon (;) at the end of every program statement?
What is the auto keyword good for?
What is the explanation for cyclic nature of data types in c?
How can you restore a redirected standard stream?
What is static volatile in c?
What is a macro in c preprocessor?
Write a simple code fragment that will check if a number is positive or negative.
What type of function is main ()?
Why does everyone say not to use gets?
What is identifiers in c with examples?
What is the difference between char array and char pointer?
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?
What is the g value paradox?
Explain what header files do I need in order to define the standard library functions I use?