C,c++, Java is all are structural oriented or procedure
oriented language..?
Answers were Sorted based on User's Feedback
Answer / v.prasad
c is structural oriented language c++ is structural &
procedure oriented language bt java is procedure oriented
language
| Is This Answer Correct ? | 8 Yes | 1 No |
c,c++ are structural&procedure oriented languages java is
object oriented
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / srika
C is a Structured & procedure lang
C++ is a procedure lang
java is a procedure lang(can be acceptable)
so all are procedural lang
| Is This Answer Correct ? | 0 Yes | 0 No |
what are the facialities provided by you after the selection of the student.
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
Is c programming hard?
What is a Genralised LInked List?? Please give a detailed explation of it..
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
What is multidimensional arrays
What is atoi and atof in c?
how to find out the inorder successor of a node in a tree??
Write the following function in C. stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return - 1. The function should not make use of any C library function calls.
3 Answers Google, Infosys, JTL, OpenFeel,
Sir,please help me out with the code of this question. Write an interactive C program that will encode or decode multiple lines of text. Store the encoded text within a data file, so that it can be retrieved and decoded at any time. The program should include the following features: (a) Enter text from the keyboard, encode the text and store the encoded text in a data file. (b) Retrieve the encoded text and display it in its encoded form. (c) Retrieve the encoded text, decode it and then display the decoded text. (d) End the computation. Test the program using several lines of text of your choice.
Why do we use & in c?
What is gets() function?