Programming Languages Interview Questions
Questions Answers Views Company eMail

Explain 'far' and 'near' pointers in c.

710

Differentiate between the expression “++a” and “a++”?

709

What is the 'named constructor idiom'?

645

Differentiate between the = symbol and == symbol?

721

What are the different types of endless loops?

626

Explain union. What are its advantages?

621

Explain setjmp()?

661

Why do we use namespace feature?

586

What is the role of && operator in a program code?

573

What is the use of void pointer and null pointer in c language?

633

the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?

568

What are the restrictions of a modulus operator?

641

Why is a semicolon (;) put at the end of every program statement?

631

Explain 'bus error'?

565

Explain the priority queues?

629


Un-Answered Questions { Programming Languages }

What is python coverage?

444


Are bit fields portable?

681


What are the helpers in codeigniter?

342


What does an object() do?

450


Why is it called c++?

587






How you build a project using Developer Studio?

1761


What are the site types supported by homestead?

428


SELECT A~FTRMI A~AUFNR B~MATNR D~MAKTX B~PSMNG B~WEMNG C~MTART E~CHARG C~MATKL C~SPART R~BWART R~CHARG R~MATNR E~BWART R~BDMNG INTO TABLE ITAB FROM AFKO AS A INNER JOIN AFPO AS B ON A~AUFNR = B~AUFNR * INNER JOIN AFVC AS A1 ON A~AUFPL = A1~AUFPL AND B~DWERK = A1~WERKS INNER JOIN MARA AS C ON B~MATNR = C~MATNR INNER JOIN MAKT AS D ON C~MATNR = D~MATNR INNER JOIN MSEG AS E ON B~MATNR = E~MATNR AND A~AUFNR = E~AUFNR AND B~DWERK = E~WERKS INNER JOIN RESB AS R ON A~AUFNR = R~AUFNR AND E~AUFNR = R~AUFNR AND R~RSNUM = A~RSNUM AND R~WERKS = E~WERKS AND R~BAUGR = E~MATNR INNER JOIN MARA AS C1 ON R~MATNR = C1~MATNR WHERE A~FTRMI IN S_DATE AND A~AUFNR IN S_AUFNR AND C~MTART IN S_TYPE AND C~MATKL = 'T' AND R~BWART ='261' AND E~BWART = '101' AND R~XWAOK ='X' AND B~DWERK = '2000' AND R~XLOEK EQ SPACE AND E~KZBEW ='F' AND D~SPRAS = 'E' AND R~KZEAR = 'X' AND C~MATNR IN S_MATNR. This query gives repetative records from RESB.There must be some common field which i am not taking thats why its giving repetative records. If u find any solution pls lety me know ASAP. Thanks Swati Ghadge

2839


What is the use of anonymous function in php?

556


What is a flush() ?

708


What is the difference between throw/catch and raise/rescue?

5


Why python is called portable?

541


Explain the difference between C and C++.

610


Explain me inheritance in python with an example?

474


Explain me what are the differences between mysql_fetch_array(), mysql_fetch_object(), mysql_fetch_row()?

491