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

Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

Vimukti Technologies C Interview Questions
Questions Answers Views Company eMail

Write a program that takes a 5 digit number and calculates 2 power that number and prints it

5 15872

write a c program to find the square of a 5 digit number and print the result.

5 20253

Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)

2 6876

Snake Game: This is normal snake game which you can find in most of the mobiles. You can develop it in Java, C/C++, C# or what ever language you know.

7 12506

Write a program that takes a 5 digit number and calculates 2 power that number and prints it.

5 11338

Post New Vimukti Technologies C Interview Questions




Un-Answered Questions

How we can differentiate between a pre and post increment operators during overloading?

1110


What is differed processing?

1045


What is the difference abstract class and interface?

989


What is fault clearing time for Current Limiting Moulded Case Circuit Breaker?.

1785


Can I install linux on windows?

911


How to tell firebird to only accept conections from xyz host or network?

961


What is the purpose of strong name?

1025


What is none literal in python?

852


What is singleton class? Explain the steps to create a singleton class?

5


what are the components of desktop tools in netcool/omnibus?

822


Draw a UML class diagram for the code fragment given below: public class StringApplet extends Applet { private Label sampleString; private Button showTheString; private ButtonHandler bHandler; private FlowLayout layout; public StringApplet() { sampleString = new Label(" "); showTheString = new Button (" Show the String"); bHandler = new ButtonHandler(); layout = new FlowLayout(); showTheString.addActionListener(bHandler); setLayout(layout); add(sampleString); add(showTheString); } class ButtonHandler implements ActionListener { public void actionPerformed(ActionEvent e) { samplestring.setText("Good Morning"); } } } Note: The methods need not be indicated on the diagram.

2056


Will the de minimis levels of support permissible also be reduced in this round? Will this lead to india having to reduce any of its subsidies for its farmers?

959


How do you see the connections used by mongos?

1


How do you extract post data in node.js?

540


how does sas handle missing values in sort order? : Sas programming

926