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...

WHAT IS PRE POSSESSORS?

Answer Posted / avinash

#IS PREPOSSESSOR.

Is This Answer Correct ?    31 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Who developed c language and when?

1018


the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above

993


Who is the main contributor in designing the c language after dennis ritchie?

957


How can you call a function, given its name as a string?

1103


Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)

1219


What is difference between class and structure?

1066


Do you know the difference between exit() and _exit() function in c?

1018


The statement, int(*x[]) () what does in indicate?

1089


In c language can we compile a program without main() function?

1061


What is the difference between local variable and global variable in c?

1168


In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping

1424


What is difference between && and & in c?

1048


Why doesnt the call scanf work?

1140


Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.

1037


In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.

1800