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();
WAP TO PRINT NUMBERS FROM 1-50 WHICH ARE DIVIDED BY 7 void main () { int a; clrscr (); a=1; while (a { if (a%7==0) printf ("%d\n",a); a++; } ge
Q: What are User Defined data types? C supports an extraordinary feature known as "type definition" that permits users to define an identifier that would represent an existing
find area uder the curve y=f(x) between x=a and x=b
write a program to find the minimum number of shelves
Virtual Functions The keyword virtual was previously used to resolve ambiguity for a class derived from two classes, both having a common ancestor. These classes are known as v
wap to cheak if a number is palindrom
how to decode a number from mobile keypad
Ask question asdasasas#Minimum 100 words accepted#
Create a function ValueDelta(char inName[], char outName[]) that reads a text file with option specifications and writes the option values as well as Delta. The inName[] file conta
I need Computer application/program. Project Description: I want a project done. It is a computer desktop appli
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