Already have an account? Get multiple benefits of using own account!
Login in your account..!
Remember me
Don't have an account? Create your account in less than a minutes,
Forgot password? how can I recover my password now!
Enter right registered email to receive password!
Various ways of initializing the Arrays.
- The for loop initializes 10 elements with the value of their index.
void main()
{
const int size = 10;
int arr[size];
for(int i = 0; i < size ; i++ ) // You can declare a
variable here in C++.
arr[i] = i;
}
e.g.
int arr[3] = {0,1,2};
- An explicitly initialized array need not specify size but if specified the number of elements provided must not exceed the size. If the size is given and some elements are not explicitly initialized they are set to zero
int arr[] = {0,1,2};
int arr1[5] = {0,1,2}; // Initialized as {0,1,2,0,0}
const char a_arr1[] = {'c'.'+','+'} //size = 3;
const char a_arr2[] = {"c++"} //size = 4 because of
null character at the
end of the string;
const char a_arr3[6] = "Daniel"; // ERROR; Daniel has 7 elements
What is the use of PEAR in php? PEAR is termed as PHP Extension and Application Repository. It provides structured library to PHP users and also gives provision for package mai
how to use a pointer variable?
Explain the parts of operators Assignment Operators The equal (=) sign is used for assigning a value to another. The left hand side has to be a variable (lvalue, which exc
how to present assinment
Prepare an Application in C# or C++ Project Description: We are seeking someone who can write a program in C# or C++. The idea is to prepare the program using a Cross Plat
write a C program that can display the transpose form of a ciphertext matrix.
Scope Rules and Storage Classes The storage class verifies the life of a variable in terms of its duration or its scope. There are four storage classes : automatic static
Project Description: We are aiming to prepare an industry first in the m-commerce world. M-commerce payment processing programmers required Skills required are C Programmi
to design a car that travels along the room and gives the length of the room
calculate skewness and kurtosis
Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!
whatsapp: +1-415-670-9521
Phone: +1-415-670-9521
Email: [email protected]
All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd