what different between c and c++
Answer / shivangi
c is procedural programming language and c++ is oop. then c is use of scan, printf and c++ is use of cin>> or count.
c is doesn't refrence variable and c++ is support refrence variable.
| Is This Answer Correct ? | 1 Yes | 0 No |
main() {int a=200*200/100; printf("%d",a); }
Why c is procedure oriented?
what is the significance of static storage class specifier?
x=2,y=6,z=6 x=y==z; printf(%d",x)
13 Answers Bharat, Cisco, HCL, TCS,
Find Index of least significant bit set in an Integer. ex. int value is say 10001000 results should be 4.
How do you declare a variable that will hold string values?
i want to switch my career from quailty assurance engineering to development kindly guide me from which programming language its better for me to start plz refer some courses or certifications too i have an experience of 1.5 yrs in QA field.Kindly guide me
Can you define which header file to include at compile time?
All technical questions
Explain threaded binary trees?
Is double link list a linear data structure? If Yes, Why?If No, Why?
What does struct node * mean?