Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

C,c++, Java is all are structural oriented or procedure
oriented language..?

Answer Posted / selva

procedure oriented language..

Is This Answer Correct ?    3 Yes 12 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the different types of C instructions?

1318


What is structure in c definition?

1054


a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion

2780


#include #include struct stu { int i; char j; }; union uni { int i; char j; }; void main() { int j,k; clrscr(); struct stu s; j=sizeof(s); printf("%d",j); union uni u; k=sizeof(u); printf("%d",k); getch(); } what is value of j and k.

6310


How can a number be converted to a string?

1337


Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)

1159


Write a program to show the change in position of a cursor using c

1070


Write a program to identify if a given binary tree is balanced or not.

1164


Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?

1121


what is the difference between north western polytechnique university and your applied colleges?? please give ur answers for this. :)

2412


Discuss the function of conditional operator, size of operator and comma operator with examples.

1159


What is formal argument?

1137


Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.

1973


What are keywords c?

1032


Write a program in c to replace any vowel in a string with z?

1128