main() { char c; int i = 456; clrscr(); c = i; printf("%d", c); } a. 456 b. -456 c. random number d. none of the above
3 12993Post New BrickRed Interview Questions
What does .join mean in python?
How to Get a cool menu in your application?
Define notching?
What are the three particles that make up an atom?
Are locks set during create index?
How long does it take to learn html?
how to restore files with rman?
1.What r collections? 2.What is .pdb file? 3.Is it possible to provide access to users in master page? 4.What is dirty n Phantom Read(SQL)? 5.What r different isolation levels(SQL)? 6.How to set authentication mode in web.config file?
When do the submission appear on the engines?
I am newbie in J2EE & looking for strong basic behind each concept as, Why do we use private access specifier before each variable of type property bcoz ultimately to access it outside the class we use public method as getter & setter ? If we use getter & setter to access it outside the class so better we make variable as public so that it is easily available outside of the class... Please guide me why do we use as private ????
What is Spyware ?
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
An app is loaded into memory but is not executing any code. In which state will it be in?
How do I fix a missing dll?
Is string a primitive data type in java?