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



Programming Languages Interview Questions
Questions Answers Views Company eMail

for(;;) printf("C language") What is out put of above??

Practical Viva Questions,

2 4244

Heyyy All, Just a challenge . A C program with if Else if(){ /// insert sumthing print ("in if") // insert sumting } else { ///// insert sumthing print ("in else"); //// insert sumthing } can anyone modify it so that program prints. if and else both

3 4771

#include #include struct stu { int i; char j; }; union uni { int i; char j; }; void main() { int j,k; clrscr(); struct stu s; j=sizeof(s); printf("%d",j); union uni u; k=sizeof(u); printf("%d",k); getch(); } what is value of j and k.

Facebook,

2 6302

How to set on/off a group of indicators in a single statement?

1849

output for following code??? main() { int x=2,y,z; x*=3+2; printf("1.%d\n",x); x*=y=z=4; printf("2.%d %d %d\n",x,y,z); x=y==z; printf("3.%d\n",x); x==(y=z); printf("%d",x); }

Elysium,

2 4308

total amount of milk produced each morning and then calculates and outputs the number of cartons needed for this milk , the cost of producing the milk and the profit from producing this milk.

2579

Write a c program for sum of first n terms of the series S = 1 - (1/3) + (1/5) -(1/7) + (1/9) ......

2 5817

Sir i need notes for structure,functions,pointers in c language can you help me please

TCS,

2415

hi all..i want to know oops concepts clearly can any1 explain??

Eureka Forbes,

2125

I have written a source code in php but I do not know how to compile that and conduct it with a website please explain me the how to compile that ?

1 3627

c++ is a pure object oriented programming or not?

Wipro,

5 6929

why we are declare the function in the abstract class even though we are declaring it in Derived class?

TCS,

1 3981

How we can set and clear bit in a byte using macro function?

L&T, Samsung,

2 20599

How we can write a value to an address using macro..?

Tata Elxsi,

3435

#define FALSE -1 #define TRUE 1 #define NULL 0 main() { if(NULL) puts("NULL"); else if(FALSE) puts("TRUE"); else puts("FALSE"); }

1 9064


Un-Answered Questions { Programming Languages }

What does numpy linspace return?

821


How do you determine whether to use a stream function or a low-level function?

1124


What is a modular programming language?

1


What tools that helps python development do you know?

854


how do you reverse a list in python?

951


What is .ocx file?

689


What does d mean?

1087


Can I make a website with python?

877


Explain me what is child theme? Why we used it?

182


Can we define a class within the interface?

1036


How to declare an array of pointers to integer?

1140


Is python slower than java?

805


What is microsoft visual c++ 2015 redistributable package x64?

1015


What are arguments in php?

1011


How to get current action name?

3