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

Have you used callsymputx? what points need to be kept in mind when using it?

GE,

1 2044

Give examples of macro quoting function?

GE,

2054

What sysoption determines where the macro facility searches a specific catalog for complied macro?

GE,

1 2193

How can recruiter justified that the candidate is expert in Algorithm and datastructure for Software product development ?

1 2009

a<<1 is equivalent to a) multiplying by 2 b) dividing by 2 c) adding 2 d)none of the above

HCL, NBN,

2 12764

The operation of a stair case switch best explains the a) or operation b) and operation c)exclusive nor operation d)exclusive or operation Which of the following is/are syntactically correct? a) for(); b) for(;); c) for(,); d) for(;;);

HCL, Public Service Commission,

1 13262

b) 4 c) 6 d) 7 32. Any C program a) must contain at least one function b) need not contain ant function c) needs input data d) none of the above 33. Using goto inside for loop is equivalent to using a) continue b) break c) return d)none of the above 34. The program fragment int a=5, b=2; printf(“%d”,a+++++b); a) prints 7 b)prints 8 c) prints 9 d)none of the above 35. printf(“ab” , “cd”,”ef”); prints a) ab abcdef c) abcdef, followed by garbage value d) none of the above 36. Consider the following program segment. i=6720; j=4; while((i%j)==0) { i=i/j; j=j+1; } On termination j will have the value a) 4 b) 8 c) 9 d) 6720

HCL,

1 8600

Difference between mysql_connect and mysql_pconnect in php?

2 5312

#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??

1 2027

#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} what would be the output?

Wipro,

1 5474

Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)

Cap Gemini, HCL,

2 7621

why do we use # in c-language?

1 4272

what is the difference between class and unio?

HCL, Wipro,

1 2429

int main() { int i=-1,j=-1;k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d%d%d%d%d",i,j,k,l,m); }

HCL,

3 8881

To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9

HCL,

1 2699


Un-Answered Questions { Programming Languages }

How to call two different views from same action?

312


How can one prevent a TForm from being moved or resized?

1753


can we extend a class having only one parameterised constructor.Suggest the process to do it.

2561


Explain the difference between null pointer and void pointer.

1141


How to Retrieve the line number that a memo's cursor is on?

1965


what is class module in vb6? what it's use? with example..

2497


How do you realize Ternary Conditional Operator in Kotlin ?

253


develop algorithms to add polynomials (i) in one variable

2245


What is the biggest challenge facing your current job right now? What is your biggest failure?

847


What are pointers? What are different types of pointers?

1241


What is pointer to pointer in c with example?

1166


How might you associate Hive to Spark SQL?

14


ATM machine and railway reservation class/object diagram

5321


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

918


Tell me how do I redirect users back to my blog's main page after they login?

207