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!
How to insert values in array - c++ program:
Write a program to insert values in array
void main()
{
int a[2][3][2]={
{2,4},
{7,8} ,
{3,4}
},
{2,2} ,
{2,3} ,
}
};
clrscr();
printf("\na=%u",a);
printf("\n*a=%u",*a);
printf("\n**a=%u",**a);
printf("\n***a=%u",***a);
printf("\na+1=%u",a+1);
printf("\n*a+1=%u",*a+1);
printf("\n**a+1=%u",**a+1);
printf("\n***a+1=%u",***a+1);
getch();
what is an array?
For Loop with inner loop
void main() { int *p, *q, i ; p=(int*)100; q=(int*)200; i=q-p; printf("%d",i); } }
When declaring a variable of data type pointer, use the * in front of the variable name. These variables hold a memory location (like B45CDF), not an actual value like 30 or A:
Within software languages we have the ability to store information in mail boxes i.e. memory slots which are given names to represent the box. The naming rules are governed by the
A string S is said to be "Super ASCII", if it contains the character frequency equal to their ascii values. String will contain only lower case alphabets (''''a''''-''''z'''') and
WAP TO PRINT ANY NAME ON SCREEN 10 TIMES void main () { int a=1; clrscr(); do { printf ("expertsmind\n"); a++; } while (a getch (); }
We are seeking a talented developer/team with great experience in programming apps for both Android and iOS. Our project needs great skills and experience in making good functional
When I develop a destructor, do I require to explicitly call the destructors for my member objects?
how to present assinment
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: +91-977-207-8620
Phone: +91-977-207-8620
Email: [email protected]
All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd