what is the difference between structural,object
based,object orientd programming languages?
Answer / himanshu singh
In structural focus is more on procedures whereas in oject based focus is more on data..
one mr thing.. structural follows top down approach whereas object oriented follows bottom up approach
| Is This Answer Correct ? | 4 Yes | 3 No |
how to find anagram without using string functions using only loops in c programming
main() { int a=5; printf(?%d,%d,%d\n?,a,a< <2,a>>2); } Answer: 5,20,1 please explain this code in detail
What is an lvalue and an rvalue?
What is volatile in c language?
What do the functions atoi(), itoa() and gcvt() do?
difference between c and c++?
what is the difference between c and c++?
What is the role of this pointer?
Write a program to print “hello world” without using semicolon?
what is the difference between call by value and call by reference?
5 Answers Genpact, Global Logic, Infosys,
how to swap 4 number without using temporary number?
what do structure language means?