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 3835

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,

4356

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

IBM,

4 9115

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

1 9228

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

Tata Elxsi,

1 7797

what is overloading

MindCracker,

3 5303

pascal triangle program

2 5522

triangle number finding program...

HCL,

1 3713

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

2 4467

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

2 4567

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

1 6681

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

2 4373

String concatenation

2 4246

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 4865

what is the diffrence between c# and c++

5 8372


Un-Answered Questions { Programming Languages }

How you can format a string without printing?

1


is there any choice in opting subjects like 4 out of 7

2169


we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?

1262


Discuss about iteration statements in C++ .

945


How to Get a handle on your files ?

1720


Which programming language does php resemble?

946


Which is better codeigniter or laravel?

568


What do you mean by recursion in c?

1104


Define what do next_posts_link() and previous_posts_link() do?

149


Differentiate between php5 and php7?

1076


Which function is used to create a boxplot graph in R?

112


How can you invoke another program from within a C program?

1073


What is difference between structure and union in c?

989


Does magento support multi vendor?

1


What is a cms website?

88