C Interview Questions
Questions Answers Views Company eMail

WHOT IS CHAR?

TCS,

4 5219

WHAT IS INT?

Accenture,

8 8020

WHAT IS FLOAT?

3 4143

WHAT IS HEADER?

ProKarma, TCS,

8 10415

WHAT IS PRE POSSESSORS?

TATA,

6 8769

Why we not create function inside function.

1735

how to write a c program to print list of fruits in alpabetical order?

1769

main() { intx=2,y=6,z=6; x=y=z; printf(%d",x) }

Amazon, HCL, Thought Works,

5 20105

What is C language ?

Jekson,

1513

2. What does static variable mean?

2 4089

write a program to display numbers from 1 to 10 and 10 to 1?

2 4998

write a program in c language to print your bio-data on the screen by using functions.

College School Exams Tests, IBM,

6 62158

write a program in c language to print your bio-data on the screen by using functions.

6229

#include int main() { int i=2; int j=++i + ++i + i++; printf("%d\n",i); printf("%d\n",j); }

Infosys,

15 26428

write a program for fibonaci series by using while loop in c?

2 4338


Post New C Questions

Un-Answered Questions { C }

Can you tell me how to check whether a linked list is circular?

749


What is indirection?

637


What should malloc() do?

631


Can a local variable be volatile in c?

566


How can I automatically locate a programs configuration files in the same directory as the executable?

614






Write a simple code fragment that will check if a number is positive or negative.

696


Explain how can you check to see whether a symbol is defined?

645


What is d'n in c?

618


What is void main ()?

599


What are the advantages and disadvantages of a heap?

692


main(){char *str;scanf("%s",str);printf("%s",str); }The error in the above program is: a) Variable 'str' is not initialised b) Format control for a string is not %s c) Parameter to scanf is passed by value. It should be an address d) none

709


When should a far pointer be used?

587


What is the best way to comment out a section of code that contains comments?

762


how to introdu5ce my self in serco

1510


What is ponter?

759