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...


If you know then define #pragma?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What are Macros? What are its advantages and disadvantages?

0 Answers   TCS,


The statement, int(*x[]) () what does in indicate?

0 Answers  


what is ans for this scanf(%%d",c);

1 Answers  


#include<stdio.h> int f(int,int); int main() { printf("%d",f(20,1)); return 0; } int f(int n,int k) { if(n==0) return 0; else if(n%2)return f(n/2,2*k)+k; else return f(n/2,2*k)-k; } how this program is working and generating output as 9....?

1 Answers  


Why static variable is used in c?

0 Answers  


Does free set pointer to null?

0 Answers  


What is a program flowchart and how does it help in writing a program?

0 Answers  


main() { int i=5; printf("%d%d%d%d",i++,i--,i); }

10 Answers  


What is the newline escape sequence?

0 Answers  


What is the difference between procedural and declarative language?

0 Answers  


What is void main ()?

0 Answers  


How can I increase the allowable number of simultaneously open files?

1 Answers   ABC,


Categories