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

what is mean by portal

1 2140

How to make horizonatl menu and vertical menu responsive

1 2368

How to genrate report in wordpress cms

1 2391

hello sir i need movie editing and mixing software .where it is available and what is the site address

1 2252

Hello all, My name is Nrupali, am a fresher, i know C language beginner. dont have any experience. planning to learn Php. let me know which language should i choose to learn or for salary purpose and growth??? kindly help me to take decision. thanks

1 3497

#include int main() { int i; for (i=0;i<3;++i) { fork();fork(); } } How many processes are created when running this program (including the initial one)? Explain ؟؟؟

4 6322

Write a C program linear.c that creates a sequence of processes with a given length. By sequence it is meant that each created process has exactly one child. Let's look at some example outputs for the program. Here the entire process sequence consists of process 18181: Sara@dell:~/OSSS$ ./linear 1 Creating process sequence of length 1. 18181 begins the sequence. An example for a sequence of length three: Sara@dell:~/OSSS$ ./linear 3 Creating process sequence of length 3. 18233 begins the sequence. 18234 is child of 18233 18235 is child of 18234 ........ this is coad .... BUt i could not compleate it .....:( #include #include #include #include int main(int argc, char *argv[]) { int N; pid_t pid; int cont; if (argc != 2) { printf("Wrong number of command-line parameters!\n"); return 1; } N = atoi(argv[1]); printf("Creating process sequence of length %d.\n",N); printf("%d begins the sequence.\n",getpid()); /* What I have to do next ?????? */ }

1 2167

Consider the following C program. #include int main() { int i; for (i=0;i<3;++i) { fork();fork(); } } How many processes are created when running this program (including the initial one)? Explain

2 5411

about c language

1 2078

Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 10 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.

Convergys,

1 3176

what is the difference between set and append?

ICICI,

3 6389

What is the first message line that any language learning prints on the screen? and why?

1 2204

Caret means to you

1 3374

what is c programming?

TCS,

3 5534

what is c++ programming?

TCS,

3 6185


Un-Answered Questions { Programming Languages }

Explain filters in zend framework with examples?

232


Do you know what version of laravel do you generally use?

808


hi send me sample aptitude papers of cts?

2229


if you run the app program all vendor open items are cleared but is it possible to reverse the again again open items please tell me the answer

1970


What is dynamic dispatch in c++?

1117


What is the type of the following Array?, val arr = arrayOf(1, 2, 3);

342


Compare any 4 software development life cycle paradigms with each other. Indicate at least one application for each of the paradigms that are suitable to developed using that paradigm.

2891


How do I list all files of a directory?

909


How to Remove drives listed in a TDriveComboBox ?

1935


will u please send me the placement papers to my mail???????????????????

1895


Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?

1167


what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

2712


What is the prefix of WordPress tables by default?

214


develop algorithms to add polynomials (i) in one variable

2245


write a progrmm in c language take user interface generate table using for loop?

2111