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 27792

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

4 14134

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

AITH, NIIT,

5 19363

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 10685

who did come first hen or agg

Infosys,

15 15023

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

HCL, IBM, Wipro,

23 34830

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

TCS,

6 27885

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

5 6697

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

6 6476

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

5 6917

what is the function of void main()?

8 27372

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 13060

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

HP, Infosys, Satyam, Vivekanand Education Society,

15 68235

what is a static function

Satyam,

10 11462

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,

2018


Post New C Questions

Un-Answered Questions { C }

Write a program to swap two numbers without using a temporary variable?

711


What is && in c programming?

784


What Is The Difference Between Null And Void Pointer?

727


Do pointers store the address of value or the actual value of a variable?

698


What is the scope of local variable in c?

671






Why doesnt this code work?

713


What is a buffer in c?

670


Ow can I insert or delete a line (or record) in the middle of a file?

661


please give me some tips for the placement in the TCS.

1727


What does c mean before a date?

715


in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures

776


Which programming language is best for getting job 2020?

688


Explain can static variables be declared in a header file?

770


What is the use of putchar function?

732


How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?

699