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

main() { int i = 1; int num[] = {1,2,3,4}; num[i] = i++; printf("%d", num[i]); } what will be the output? }

NDS, TCS,

22 34662

#define MAX(x,y) (x) > (y) ? (x) : (y) main() { int i = 10, j = 5, k = 0; k = MAX(i++, ++j); printf("%d %d %d", i,j,k); } what will the values of i , j and k? }

CDAC, GATE, NDS, TCS,

14 48527

fun(int x) { if(x > 0) fun(x/2); printf("%d", x); } above function is called as: fun(10); what will it print? }

NDS,

17 22662

#define DCHAR char* typedef char* TCHAR; if using these following variables will be declared like DCHAR ch1, ch2; TCHAR ch3, ch4; then what will be types of ch1, ch2, ch3 and ch4?

NDS,

6 11343

how to swap to variables without using thrid variable in java?

5 8784

Is python the right choice for Web based Programming?

4 24408

write a c program to accept a given integer value and print its value in words

Vernalis, Vernalis Systems,

4 22069

1.what is the vesition managment.

IBM,

1 2268

is anybody upload more than 100mb file using PHP upload script in ONLINE SERVER (using .htaccess file)? please give some idea...

1 6586

what is the benefit of c30

2 6941

what is the difference between declaration ,defenetion and initialization of a variable?

LG Soft,

7 29565

what do u mean by Direct access files? then can u explain about Direct Access Files?

LG Soft,

1 2184

How to find out the user exit for va01.

1 6015

why we shiuld use main keyword in C

5 10208

What is #pragma directive?how it is used in the program? what is its advantages and disadvantages?

2 9586


Un-Answered Questions { Programming Languages }

What is latest version of laravel?

863


How to Print in Delphi without using the TPrinter Unit ?

1903


Name and explain five of the PHP error constants?

1029


How would you display a file’s contents in reversed order?

929


How to create a web form?

1104


How to Flush binary file from disk cache to disk ?

2049


What is the latest version of joomla?

150


How will you create a field using code?

176


swap 2 numbers without using third variable?

1195


How can you verify if a given object “X” is a matrix data object?

172


what is ur strangth & weekness

2579


What is the type of the following Array?, val arr = arrayOf(1, 2, 3);

376


How much is the wordpress business plan?

199


what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

2731


Explain filters in zend framework with examples?

270