C Interview Questions
Questions Answers Views Company eMail

how to swap two integers 1 and 32767 without using third variable

Microsoft, TCS,

11 13688

difference between ordinary variable and pointer in C?

2 9147

application attempts to perform an operation?

1489

how logic is used

1494

Write a C/C++ program that connects to a MySQL server and displays the global TIMEZONE.

2119

what is use of malloc and calloc?

1380

why programming language C is still used in operating system's kernel??

Wipro,

1 3307

c program to arrange digits in a no in ascending and descending order

1 19027

1.)how to find d most repeated word in a string? string ="how do you do"?? output should be do

AAS, Nagarro, Vuram,

1 19927

what value is returned to operating system after program execution?

1599

what will be maximum number of comparisons when number of elements are given?

1408

What is the output of the program #include #include void main() {0 int i,j=20; clrscr(); for(i=1;i<3;i++) { printf("%d,",i); continue; printf("%d",j); break; } getch(); }

CTS, Oracle,

4 8077

what is the c.

IBM, TCS,

3 4532

int n=1; while(1) { switch(n) { case 1:printf("a"); n++; continue; case 2:printf("b"); n++; continue; default : printf("c"); break; } break; }

1 4579

main() { int i; printf("%d",i^i); }

1 2481


Post New C Questions

Un-Answered Questions { C }

What does d mean?

581


What is a c token and types of c tokens?

585


which type of aspect you want from the student.

1701


please explain every phase in the "SDLC" in the dotnet.

2175


How is a macro different from a function?

652






What is meant by recursion?

630


Do you know the difference between exit() and _exit() function in c?

607


What are the different data types in C?

725


What is selection sort in c?

605


Define the scope of static variables.

602


What are the scope of static variables?

597


What is scope rule of function in c?

545


What is a class c rental property?

605


Explain how to reverse singly link list.

605


What is equivalent to ++i+++j?

641