Give me basis knowledge of c , c++...

Answer Posted / raji

c uses the top-down approach.c++ uses bottom-up approach

Is This Answer Correct ?    4 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Place the #include statement must be written in the program?

576


write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...

1493


Why static is used in c?

627


Can main () be called recursively?

634


What is a pointer in c?

685






How can I discover how many arguments a function was actually called with?

637


Is c easy to learn?

563


What is the size of enum in c?

625


Hai,I have done with my bachelor of commerce and planing to ms,please suggest me how to convince vo for shifting from commerce to computers. Visa on 8 DEC 2014  Npu university

1605


#include int main(){ int i=10; int *ptr=&i; *ptr=(int *)20; printf("%d",i); return 0; } Output: 20 can anyone explain how came the output is 20

1269


How can you restore a redirected standard stream?

615


How does pointer work in c?

623


Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent

1661


What does return 1 means in c?

591


What is pointer & why it is used?

608