Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

C Interview Questions
Questions Answers Views Company eMail

What is the difference between macros and inline functions?

Global Edge, L&T,

5 12548

what is the output of the code and how? main() { int *ptr,x; x=sizeof(ptr); printf("%d",x); }

1 3925

How to write in a function declaration and in function call in which the function has 'n' number of varible or arguments?

2 4556

What is Generic pointer? What is the purpose of Generic pointer? Where it is used?

3 6237

what is the answer for it main() { int i; clrscr(); printf("%d",&i)+1; scanf("%d",i)-1; }

3 5751

Write a C/C++ program that connects to a MySQL server and checks intrusion attempts every 5 minutes. If an intrusion attempt is detected beep the internal speaker to alert the administrator. A high number of aborted connects to MySQL at a point in time may be used as a basis of an intrusion.

Drona Solutions, Infosys, Vodafone, Webyog,

2 11346

write a programe to find the factorial of given number using recursion

3 7786

write a programme to enter some number and find which number is maximum and which number is minimum from enterd numbers.

3 5126

FIND THE OUTPUT IF THE INPUT IS 5 5.75 void main() { int i=1; float f=2.25; scanf("%d%f",&i,&f); printf("%d %f",,i,f); } ANSWER IS 5 AND 2.25 WHY?

Wipro,

4 6971

void main() { char c; while(c=getchar()!='\n') printf("%d",c); } o/p=11 why?

Wipro,

8 13154

if we take a number as a char then can we manipulate(add, subtract) on this number

2 4222

In which category does main function belong??

5 7021

4) Write a program that takes a 5 digit number and calculates 2 power that number and prints it.

5 8166

what is an inline fuction??

2 4491

find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2

TCS,

1995


Post New C Questions

Un-Answered Questions { C }

What is echo in c programming?

1029


What are types of functions?

1042


Write a program on swapping (100, 50)

1127


Where in memory are my variables stored?

1186


Is c programming hard?

1033


An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode

1091


What is meant by preprocessor in c?

1016


WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.

2449


if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.

5237


Describe explain how arrays can be passed to a user defined function

1105


What is the benefit of using an enum rather than a #define constant?

1240


Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?

1071


Explain what is the purpose of "extern" keyword in a function declaration?

1073


Explain what is gets() function?

1078


What is #define?

1115