C Programming Pattern
pattern.html #include<stdio.h> int main () { int i , j ; for ( i = 1 ; i < 5 ; i ++) { for ( j = 5 ; j >= 1 ; j --…
pattern.html #include<stdio.h> int main () { int i , j ; for ( i = 1 ; i < 5 ; i ++) { for ( j = 5 ; j >= 1 ; j --…
structuregd.html #include<stdio.h> #include<conio.h> //structure is instructed........ struct students { int s_n ; c…
Wi-fi = Wireless Fidelity IPO = Input Processing Output CPU = Central Processing Unit RAM = Random Access Memory ROM = Read Only Memory PROM = Progra…
Computer Architecture Download Now Data Structure and Algorithms Download Now Computer Graphics Download Now Statistics I…
Check Your Eligibility Please check your eligibility criteria as mentioned in the notice before depositing the Entrance Application Fee. The appl…
The third semester of B.Sc. CSIT focuses on foundation of data structures, mathematical modeling, architecture of computers, concepts of graphics and…
This course contains the concepts of numerical method techniques for solving linear and nonlinear equations, interpolation and regression, differenti…
Untitled2.html #include<stdio.h> #include<conio.h> void main (){ int x = 50 ,* p ; p =& x ; printf ( "The ad…
What is Computer Arithmetic? Arithmetic instructions manipulate data to produce solution for computational problems. The 4 basic arithmetic oper…
Have you ever purchased a new Wi-Fi router and you notice that the router has both 2.4 gigahertz and 5 gigahertz frequency bands? Or maybe your exi…
Download Now Youtube Videos for revision
Download Now Youtube Videos for revision
Download Now Chapter One Download Now Chapter Two Download Now Chapter Three Download Now Chapter Four Download Now Important D…
Download Now Youtube Videos for revision
Download Now Youtube Videos for revision
Download Now
Download Now
Download Now
Download Now
Download Now
CENTRAL PROCESSING UNIT • Introduction • General Register Organization • Stack Organization • Instruction Formats • Addressing Modes • Data Transfe…
Untitled2.html #include<stdio.h> #include<conio.h> int pointer ( int * a ); int main () { int a = 2 ; pointer (& …
Hey, let me paint a picture for you: I was 16, just got my first car, and, man, was I excited to see that it had a 5-disk CD player! “Now I don’t …