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 12788

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

1 3979

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

2 4656

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

3 6376

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

3 5895

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 11451

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

3 7908

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

3 5263

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 7120

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

Wipro,

8 13401

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

2 4317

In which category does main function belong??

5 7189

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

5 8308

what is an inline fuction??

2 4589

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

TCS,

2050


Post New C Questions

Un-Answered Questions { C }

What are the different categories of functions in c?

1183


Explain what is the general form of a c program?

1149


Explain the use of 'auto' keyword in c programming?

1186


Write program to remove duplicate in an array?

1135


How will you print TATA alone from TATA POWER using string copy and concate commands in C?

1427


any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above

1193


c language interview questions & answer

2023


What is #error and use of it?

1350


How can my program discover the complete pathname to the executable from which it was invoked?

1121


Where are local variables stored in c?

1098


What are the advantages of the functions?

1223


Is python a c language?

1057


What does it mean when the linker says that _end is undefined?

1149


List the difference between a "copy constructor" and a "assignment operator"?

1068


Can we declare a function inside a function in c?

1097