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

How can I access a memory located at certain address?

CSC,

2 5371

How can we allocate array or structure bigger than 64kb?

CSC,

2 4804

How can I read a directory in a c program?

CSC,

1 4432

How can I increase the allowable number of simultaneously open files?

CSC,

1 4560

what is runtime polymorphism? For the 5 marks.

3 6109

Famous puzzles which are generally asked by companies during interviews ?

3D PLM, Yahoo,

1 13900

What are the access specifiers avaible in c++?

4 7688

what will be the output of the following program, justify? #define TEST int TEST getdata() { static i; i+=10; return i; } main() { int k; k = getdata(); }

3 5348

how to uploade video in php????

1 4481

"I LOVE MY COUNTRY" write a c program to get "COUNTRY MY LOVE I" as the output. Use any other programming language. It is not mandatory to use C.

ABC Infotech, ADP, College School Exams Tests, Kovair,

11 35363

how to get second highest salary from a employee table and how get a 5th highest salary from a employee table by using proc sql?

ABC,

2382

1. Define a class.

6 7603

2. Give the different notations for the class.\

2173

3. Differentiate verification and validation.

1 4687

4. What do you mean by a prototype? Define analysis prototype

1 4821


Un-Answered Questions { Programming Languages }

What are the key features of cakephp?

3


What is the difference between a website and a blog?

163


What is cURL in PHP?

996


What is the goto statement useful for?

1008


For image work which library is used in php?

1001


When is a conditional statement ended with endif?

990


Who is the father or inventor of php?

1089


How does csrf token work?

1025


#include #include #include #include void select(char *items, int count); int main(void) { char s[255]; printf("Enter a string:"); gets(s); select(s, strlen(s)); printf("The sorted string is: %s.\n", s); getch(); return 0; } void select(char *items, int count) { register int a, b, c; int exchange; char t; for(a = 0; a < count-1; ++a) { exchange = 0; c = a; t = items[ a ]; for(b = a + 1; b < count; ++b) { if(items[ b ] < t) { c = b; t = items[ b ]; exchange = 1; } } if(exchange) { items[ c ] = items[ a ]; items[ a ] = t; } } } design an algorithm for Selection Sort

2563


Tell me can wordpress use cookies?

150


Why header file is used in c?

1103


How to get the value of current session id?

974


Suppose we have object b and aggregated object c (in- proc server), created by b. Can you access any interface of b from c? What?s the difference between aggregated and contained objects?

994


What can I create with python?

917


what is data encapsulation in C++?

1084