Programming Languages Interview Questions
Questions Answers Views Company eMail

what is the basic concept of c++(object oriented programing)

Wipro,

4 5837

WHAT'S THE OOPS BASIC OOPS CONCEPTS IN DOTNET

1 3916

what's the basic's in dot net

informatics,

1732

Definition of Singleton Class? what is the Purpose of it? what is the advantage?

Cognizant,

1577

please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics

2849

could u please also write an example of a code that involves instances from an abstract class just as u did for interfaces because u said it could also work which i really doubt. thanks

1615

main() {int i=5; // line 1 i=(++i)/(i++); // line 2 printf("%d",i); // line 3 } output is 2 but if we replace line 2 and line 3 by printf("%d",i=(++i)/(i++)); then output is 1. Why?

GATE,

1 7127

#include { printf("Hello"); } how compile time affects when we add additional header file .

1416

Who is providing best mainframes online training in Hyderabad

1 2213

Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1

3636

difference between list and display command ?

3 21476

how to connect with oracle 9i with server in socket program in c/c++

3i Infotech,

1841

write a program to convert a decimal number in to its equivalent binary number?

2065

what is difference between null and nul in c language

2 4695

what are non standard function in c

1420


Un-Answered Questions { Programming Languages }

Describe new operator and delete operator?

620


Where can I blog for free?

107


What is an ecommerce developer?

1


What are structure types in C?

653


How database system of drupal works ?

111






Explain drupal and working with javascript ?

79


What is the difference between *p++ and (*p)++ ?

766


Is monkey patching considered good programming practice?

456


How to customize a drupal syndicate feed icon?

85


How should a contructor handle a failure?

673


What is difference between blank and null?

332


What are views in python?

451


Which function is used in php to count the total number of rows returned by any query?

510


Are c and c++ the same?

619


How do I generate random numbers in python?

469