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

a=(1,2,3); b=1,2,3; c=1,(2,3); d=(1,2),3; what's the value of 'a','b','c','d'

2 5129

what would be the output of the following program? main() { int k = 123; char *ptr; ptr = &k; printf("%d",*ptr); }

4 7390

what would be the output of the following program main() { int a[] = {1,2,3,4,5}; int *ptr = {a,a+1,a+2,a+3,a+4}; printf("%d %d %d %d",a,*ptr,**ptr,ptr); } }

1 3745

hi..this is kartheek..complted mca in 2009..but i dont have knowledge in programing..but to learn new language.. which one is suitable for me?is SAP or IBM mainframes is suitable for me..?if it suits how much will it costs..?pls answer...

2003

hi..this is kumar...how m,uch time req for php preparation?is any coaching avaiable in vizag for php?

3 4887

What Is The Difeerence Between C & C++

HCL,

2 5816

int main() { int i=1; switch(i) { case '1': printf("hello"); break; case 1: printf("Hi"); break; case 49: printf("Good Morning"); break; } return 0; }

3 8212

Hi can anyone tell what is a start up code?

CTS,

2097

Can anyone tell what is stack overflow? what precaution we should take?

1 3692

what are the advantages & disadvantages of unions?

2 38563

which one is better structure or union?(other than the space occupied )

2 11456

can anyone please tell about the nested interrupts?

2134

can any one tell that i have a variable which is declared as static but i want this variable to be visible to the other files? how?

2 4706

difference between class and object

Chandan, IBM, Magic Soft,

10 13497

what is diffrence between string and character array?

1 4267


Un-Answered Questions { Programming Languages }

Explain object serialization?

833


What is the usage of the lattice package in R?

108


What is a union?

1045


What tools can help find bugs or perform the static analysis?

903


Which will check if a function exists?

1098


What are the steps should be followed for installing wordpress?

182


What are the limitations of wordpress?

159


Out of fgets() and gets() which function is safe to use?

1150


What are cms platforms?

113


How to integrate external scripts with zend framework ?

196


What is the default visibility modifier and also list the different types of modifiers?

197


How to run the interactive php shell from the command line interface?

1119


7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.

2774


What are some of the features which are there in Kotlin but not In Java?

181


What is rest api laravel?

778