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


What is an operator?


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

Post New Answer

More C Interview Questions

What are global variables and explain how do you declare them?

0 Answers  


explain memory layout of a C program

2 Answers  


Study the code: void show() main() { show(); } void show (char *s) { printf("%sn",s); } What will happen if it is compiled & run on an ANSI C Compiler? A)It will compile & nothing will be printed when it is executed B)it will compile but not link C)the compiler will generate an error D)the compiler will generate a warning

4 Answers   Accenture,


#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  


What does %d do in c?

0 Answers  


Can you mix old-style and new-style function syntax?

0 Answers  


what is array?

63 Answers   Amdocs, HCL,


Explain the difference between malloc() and calloc() function?

0 Answers  


Explain that why C is procedural?

0 Answers   Maveric, Verifone,


find out largest elemant of diagonalmatrix

0 Answers  


What is meant by keywords in c?

0 Answers  


ATM machine and railway reservation class/object diagram

0 Answers   Zycus Infotech,


Categories