what is difference between c and C#
Answers were Sorted based on User's Feedback
C is the foundational, procedural programming language introduced earlier for system applications and low-level programs. C++ is an Object-oriented programming language with features same as C and additional features like Encapsulation, Inheritance, etc for complex application development.
| Is This Answer Correct ? | 0 Yes | 0 No |
how pseudo column works?
is it possible to desable particular parameter of the normal orcle report based on some condition ?????? if yes,wht is the function for desabling a parameter...
how many trailing zeroes are there in 100! (100 factorial)?
I want Ada programming language books. Could anyone post me any link for that?
why applet is introduced?
What is the client concept in SAP? What is the meaning of client independent?
How you ll create customizing Tcode.
One boy has to climb steps. He can climb 1 or 2 steps at a time. Write a function that will returns number of way a boy can climb the steps. Int WaytoSteps(int n) (eg:- suppose number of steps is n=4 ,the function will return 5 (one-one-one-one ,one-one-two, one-two-one-,two-one-one, two-two)
difference between list and display command ?
Fortran cannot have value by reference True or False?
DIFFERENCE BETWEEN BINDING LANG AND BIND DIR WHEN USING IN SERVICE PGM
1.What is difference between symget and & in sas? 2.what is difference between callsymput and %let?