C Interview Questions
Questions Answers Views Company eMail

WAP to accept basic salary of an employee? Calculate it HRA=25%,DA=30%,PF=30%&net salary display all contents?

Finite Infotech, Lovely Professional University, Wipro,

6 27306

WAP to accept rollno,course name & marks of a student & display grade if total marks is above 200?

4 13815

WAP to accept first name,middle name & last name of a student display its initials?

AITH, NIIT,

5 18733

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.

BladeLogic, Infosys,

1 10495

who did come first hen or agg

Infosys,

15 14105

what is the function of .h in #include in c ?

HCL, IBM, Wipro,

23 33269

what is the difference between #include and #include"stdio.h" ?

TCS,

6 27314

main() { printf("hello%d",print("QUARK test?")); }

5 6253

main() { int i,j,A; for(A=-1;A<=1;A++) prinf("%d\t",!!A); }

6 6063

#define f(x) main() { printf("\n%d",f(2+2)); }

5 6498

what is the function of void main()?

8 26754

write an algorithm which can find the largest number among the given list using binary search ............... this was asked in the interview

Satyam, UNIS, Wipro,

2 12833

what is the difference between normal variables and pointer variables..............

HP, Infosys, Satyam, Vivekanand Education Society,

15 66750

what is a static function

Satyam,

10 10781

hi 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 .

Aegis, CDAC, Infosys,

1893


Post New C Questions

Un-Answered Questions { C }

Explain about the constants which help in debugging?

836


Suppose we have a table name EMP as below. We want to perform a operation in which, I want to change name ‘SMITH’ from as ‘SMITH JAIN’. Also I want to change the name of the column from ENAME to E_NAME. EMPNO ENAME JOB MGR HIREDATE SAL 7369 SMITH Coder 7902 17-DEC-80 800 7499 ALLEN SALESMAN 7698 20-FEB-81 1600 7521 WARD SALESMAN 7698 22-FEB-81 1250

1491


What is pass by value in c?

587


Do you have any idea about the use of "auto" keyword?

652


How do I get an accurate error status return from system on ms-dos?

634






How can I read in an object file and jump to locations in it?

561


Why & is used in c?

698


Explain low-order bytes.

615


What is the advantage of a random access file?

631


Explain how can I pad a string to a known length?

634


What is a static variable in c?

655


What is C language ?

1517


What are the similarities between c and c++?

588


How is a macro different from a function?

646


 write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare.  You will then tabulate this information in another file.

1719