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

Meaning of () in c

1 3924

Write a client and server program in C language using UDP, where client program interact with the Server as given below: i) The client begins by sending a request to send a string of 8 characters or series of 7 numbers, the server sends back a characters or numbers as per the request of the client. ii) In case of series of 7 numbers: The client sends a multiplication of numbers, to the server. iii) In case of a string of 8 characters: The client sends a reverse order of string to the server.. iv) Server will send an acknowledgment to the client after receiving the correct answer

Ignou, Microsoft,

4426

print ur name 20,000 times without using inbuilt library functions like printf,scanf,gets,puts,getchar or putchar

IBM,

4 9324

advantages and disadvantages of using Borland C++ / version 5.

1 9335

how the compiler treats any volatile variable?Explain with example.

Tata Elxsi,

1 7917

what is overloading

MindCracker,

3 5451

pascal triangle program

2 5650

triangle number finding program...

HCL,

1 3804

wat are the two methods for swapping two numbers without using temp variable??

2 4651

wat are the two methods for swapping two numbers without using temp variable??

2 4699

write a c prog for removing duplicate character from an array and sorting remaining elements using a single array

1 6787

1 1 2 1 2 3 1 2 3 4 1 2 3 1 2 1 generate this output using for loop

2 4474

String concatenation

2 4357

Read the following program carefully and write the output of the program. Explain each line of code according to given numbering. #include #include #include #include 1……………… int main (void) { pid_t pid; 2………………………… pid = fork(); 3…………………………. if (pid > 0) { int i; 4………………………… for (i = 0; i < 5; i++) { 5………………… …………… printf(" I AM VU : %d\n", i); 6………………… …………… sleep(1); } exit(0); } 7………………… ……… else if (pid == 0) { int j; for (j = 0; j < 5; j++) { 8……………………………… printf(" I have no child: %d\n", j); sleep(1); } _exit(0); } else { 9………………………………fprintf(stderr, "can't fork, error %d\n", errno); 10……………… … ………… exit (EXIT_FAILURE); } }

1 4992

what is the diffrence between c# and c++

5 8640


Un-Answered Questions { Programming Languages }

How does ternary operator work in python?

997


What is late binding c++?

1037


How to do 301 redirects in codeigniter?

640


How to drop the table using module?

161


Differentiate fundamental data types and derived data types in C.

1092


How do you write a program which produces its own source code as output?

1177


What is python programming language?

886


Does php pass arrays by reference?

1182


Checking whether form posted or not in zend framework?

221


What does super () do?

576


How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?

1092


Explain how data is aggregated in r?

99


Why the stepaic()?

80


What is django used for in python?

608


How to Calculate an angle from two points?

1814