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 4365

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 4992

#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,

3 6421

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

1 1906

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 4438

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.

1 2653

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

2 5974

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

TCS,

1 2467

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

Eureka Forbes,

1 2191

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 3742

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

Wipro,

5 7171

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

TCS,

1 4129

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

L&T, Samsung,

2 20758

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

Tata Elxsi,

3529

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

1 9192


Un-Answered Questions { Programming Languages }

Tell me what are different methods to copy an object in python?

993


to take three string inputs in a two dimensional array of 3 rows and 15 columns and write a function that prints them.

2716


daily Routine of father

1468


What is the latest version of scala?

14


What is the current stable version of php? What advance thing in php7?

1072


What is lateinit modifier?

253


How is the latest version of joomla?

112


I want sample papers for NIC Examination. Plz send them to my mail Id das.neelam@gmail.com . Plz send it today, tomorrow i've the exam.

2089


Mainly Related to Oracle, DBMS , Oracle Stored Procedures, Functions, Oracle 9i Architecture, Redo logs..., Views,

2387


i have a written test for microland please give me test pattern

2795


How to Determine the last access time of a given file ?

1817


What is trait in php?

1051


Do you know what is the current version of wordpress?

199


Do you know what version of laravel do you generally use?

809


Which variable declarations within a class is invalid in php?

1035