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 33837

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

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 22015

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

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

5 8496

Is python the right choice for Web based Programming?

4 24093

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

Vernalis, Vernalis Systems,

4 21833

1.what is the vesition managment.

IBM,

2208

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

1 6485

what is the benefit of c30

2 6814

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

LG Soft,

7 29238

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

LG Soft,

2106

How to find out the user exit for va01.

1 5922

why we shiuld use main keyword in C

5 9991

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

2 9399


Un-Answered Questions { Programming Languages }

What is cache drupal?

124


hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm

2033


What is the difference between public and private data members?

1195


What are blocks in drupal?

101


how do you programme Carrier Sense Multiple Access

1986


How do I use strcmp?

1092


How do you split a string in python?

962


What are the template tags?

165


How is it possible to share global variables across various modules?

864


How many columns can be added in a table in mysql?

1004


What is south in django?

475


Explain the use of keyword 'register' with respect to variables.

1067


Is wordpress.com more secure than wordpress.org?

157


How many constructors are available in Kotlin?

224


Tell me is null always defined as 0(zero)?

1105