Sponsored Links


Search:

Type: Posts; User: Support

Page 1 of 4 1 2 3 4

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    1,997

    question marks 1. what is...

    question marks


    1. what is serilization? 2
    2. java invents in 1 1995
    3. system.out.println(6+3) 1
    4. how to load driver and what the connection between URL and...
  2. Table of contents for Java language course 2011

    These are the java language course table of content which should cover while you are studying this course.
    Table of Contents
    Chapter No.1 Java Fratures 12
    1.1 Designing Goals of Java 12
    1.2 Right...
  3. Replies
    2
    Views
    1,845

    Dear Student, Many of the...

    Dear Student,
    Many of the students like you study this course for first time at this level and still take grace marks. I am sure that you can be one of them. First of all, you need...
  4. Replies
    1
    Views
    1,158

    Dear Student, It does not...

    Dear Student,
    It does not make any issue whether you are using Dev C++ version 4 or 4.9. The important thing you should understand is how to write the code. Most of the times,...
  5. Replies
    1
    Views
    1,277

    Instructor's Reply: Dear Student, ...

    Instructor's Reply:
    Dear Student,
    The download link for Dev C++ is provided below.
  6. Replies
    1
    Views
    1,717

    Dear Student, Actually, iostream is...

    Dear Student,
    Actually, iostream is a header file which is used for input/output in the C++ programming language. For example, we use cin and cout statements in our programs for getting...
  7. Dear Student, You need to...

    Dear Student,
    You need to write the statement using namespace std; at the start of your program. After writing this line, you code should look like the one given below.

    using...
  8. Dear Student, To do your...

    Dear Student,
    To do your programming exercises and solve your assignments, you need to install Bloodshed Dev C++ on your PC. The download link for Dev C++ is provided in VU...
  9. Dear Student, The word "byte" is used...

    Dear Student,
    The word "byte" is used as a unit for measurement of memory in the computers. Secondly, whever we declare some variables in our program, these belong to certain data type...
  10. Dear Student, As you have already...

    Dear Student,
    As you have already learned the use of conditional statements in previous lectures. We can use those conditional statements to perform the required functionality to...
  11. Dear Student! Compiler is a software which is...

    Dear Student!
    Compiler is a software which is used to compile the program as a whole where as statement to statement flow of data and memory status can be checked by debugger.
  12. Dear Student, Both cin and cout...

    Dear Student,
    Both cin and cout statements are stream input and output statements respectively. These statements are one of the most basic statement in any simple C/C++ program. cin...
  13. Dear Student, Whenever we write...

    Dear Student,
    Whenever we write the code of our program we compile it. Since we know that the code we write is in human readable form and so therefore our computer cannot understand...
  14. Dear Student, Your query seems to be unclear and...

    Dear Student,
    Your query seems to be unclear and ambigous but as per my understanding, you want me to tell you how to manage output on screen. In C/C++, special characters are used which help us to...
  15. Dear Student, In C/C++...

    Dear Student,
    In C/C++ programming, & is different from &&. As && is boolean AND operator which is used to evaluate complex conditiond where as & operator is different from the &&...
  16. Dear Student, Below is...

    Dear Student,
    Below is the modified code for array comparison.

    #include<iostream.h>
    #include<conio.h>
    main()
    {
    int num1[5];
    int num2[5];
    int i;
  17. Replies
    1
    Views
    1,634

    Dear Student, Below is the...

    Dear Student,
    Below is the correct code of the program.

    #include <iostream.h>
    #include<conio.h>

    double circleArea ( double);

    int main ( )
    {
  18. Dear Student, It may not...

    Dear Student,
    It may not necessarily be a problem with your Dev C++ IDE. The difference in the version of Dev does not make much of an affect. I think that the issue is with the code...
  19. Dear Student, Most useful programs are much...

    Dear Student,
    Most useful programs are much larger than the programs that we have considered so far. To make large programs manageable, programmers modularize them into subprograms. Functions...
  20. Dear Student, A function declaration is like a...

    Dear Student,
    A function declaration is like a variable declaration; its purpose is simply to provide the compiler with all the information it needs for that particular function which we want to use...
  21. Dear student! Program is...

    Dear student!
    Program is an organized way of different functions. For this, you need to know syntax rules (how to declare a function) as function declaration contains return...
  22. Dear student! Every language...

    Dear student!
    Every language define some rules regarding syntax of that language. This is according to syntax rules of C++ that we can not use semi-colon at the end of a function.If...
  23. In encapsulation detailed logic of any activity...

    In encapsulation detailed logic of any activity is hidden and same is the case of function in which we are concerned just with the output returned value not with the inner logic of the fuction thats...
  24. Replies
    1
    Views
    2,917

    Dear student! .exe file is...

    Dear student!
    .exe file is only created when your program is successfully compiled.
    You need to follow these steps:
    1) Open dev, go to "file" in menu bar, then "new"and then...
  25. Dear student! Variables...

    Dear student!
    Variables are a way of reserving memory to hold some data and assign names to them so that we don't have to remember the numbers like 46735 and instead we can...
Results 1 to 25 of 95
Page 1 of 4 1 2 3 4
-: Vuhelp Disclaimer :-
None of the files shown here are hosted or transmitted by this server. The links are provided solely by this site's users. The administrator's or staff of Vuhelp.net cannot be held responsible for what its users post, or any other actions of its users. You may not use this site to distribute or download any material when you do not have the legal rights to do so. It is your own responsibility to adhere to these terms. If you have any doubts about legality of content or you have any suspicions, feel free to contact us.
Online Education | JhelumSoft