
Arrays
Practical Of Array
Search for a command to run...

Practical Of Array

What is an Array? Array ek aisa data structure hai jisme same data type ke multiple elements ko ek hi naam ke under store kiya jata hai. Example: int a[5]; Iska matlab hai: a → array ka naam int →
PRACTICAL-1 Create an android application that display the message “Welcome to Graphic Era University MCA” on the screen. <!-- res/layout/activity_main.xml --> <?xml version="1.0" encoding="utf-8"?> <androidx.constraintlayout.widget.ConstraintLayout ...

Machine Learning

Practical Important Question Ever ask in College

Using ML

;#include <stdio.h> int main() { int x=10; int *p; p=&x; printf("x=%d\n",x); printf("%u",&x); printf("%d",*(&x)); printf("%d",*p); return 0; } #include<stdio.h> int main(){ int x=20; int* p =&x; ...

Unit Outcomes Q1. Differentiate between various Mobile Operating Systems and the language used for Android Application Development. Q2. Explain the Components of the Android Application. Q3. Install Java Development Kit (JDK), Android Studio, and...

QUERY LANGUAGE