Skip to main content

Search This Blog

matrix multiplication in c using functions and pointers

 #include <stdio.h> #define ROWS 3 #define COLS 3 void matrixMultiply(int *mat1, int *mat2, int *result, int rows1, int cols1, int cols2) {     int i, j, k;     // Multiplying matrices     for (i = 0; i < rows1; i++) {         for (j = 0; j < cols2; j++) {             *(result + i * cols2 + j) = 0;             for (k = 0; k < cols1; k++) {                 *(result + i * cols2 + j) += *(mat1 + i * cols1 + k) * *(mat2 + k * cols2 + j);             }         }     } } void displayMatrix(int *mat, int rows, int cols) {     int i, j;     // Displaying matrix     for (i = 0; i < rows; i++) {         for (j = 0; j < cols; j++) {             printf("%d\t", *(mat + i * cols + j));         }         printf("\n");     } } int main() {     int mat1[ROWS][COLS] = {{1, 2, 3},                             {4, 5, 6},                             {7, 8, 9}};     int mat2[ROWS][COLS] = {{9, 8, 7},                             {6, 5, 4},                             {

27 October History: The world got sewing machine on this day, India gave 'Agni test' for missile power

 

Trending News: 27 अक्टूबर को इतिहास के चश्मे से देखें तो यह दिन कई मायनों में खास है. एकतरफ दुनिया को जहां आज ही के दिन मशीन जैसी चीज मिली थी तो भारत ने अग्नि-5 मिसाइल का परीक्षण भी आज ही किया था.

Trending News: If you look at the prism of history on October 27, then this day is special in many ways. On one hand, where the world got a machine-like thing on this day, India had also tested Agni-5 missile today.
27 अक्टूबर ऐतिहासिक घटनाएँ: अक्टूबर का महीना खत्म होने की कगार पर है और नवंबर दस्तक देने वाला है। अक्टूबर आमतौर पर कई त्योहारों का गवाह बनता है, लेकिन इतिहास के नजरिए से देखा जाए तो यह महीना कई मायनों में खास है। अगर 27 अक्टूबर की बात करें तो इस दिन के अंदर भी कई इतिहास हैं। आइए जानते हैं कुछ ऐसे ही अहम पलों के बारे में जो आस से जुड़े हैं।
27 October Historical Events: The month of October is on the verge of ending and November is about to knock. October usually witnesses many festivals, but even if seen through the prism of history, this month is special in many ways. If we talk about October 27, then this day also has many history inside itself. Let us know about some such important moments which are related to Aas.

ये हैं 27 अक्टूबर की ऐतिहासिक घटनाएं
These are the historical events of 27 October

  • 1795: The Treaty of Pinckney was signed between the United States and Spain. Thanks to this treaty, America got the right of navigation in the Mississippi River.
  • 1811: Birth of Isaac Merritt Singer, who invented the sewing machine. With this invention, the work of sewing clothes by hand became easy.
  • 1920: The country's 10th and first Dalit President K. R. Narayan was born on this day.
  • 1978: Anwar Sadat of Egypt and Menachem Begin of Israel were awarded the Nobel Peace Prize for their significant contribution towards peacekeeping.
  • 2017: The Parliament of Catalonia approves a resolution on independence from Spain and seals the decision to sack the government and hold new elections.
  • 1995: The Chernobyl nuclear plant in the Kyiv region of Ukraine is completely shut down due to some security flaws.
  • 2004: The Boston Red Sox, a professional baseball team from Boston in the United States, win the World Series for the first time in 86 years.
  • 2021: Supreme Court sets up expert committee to probe into Pegasus espionage case.
  • 2021: India successfully test-fires Agni-5 missile with a range of 5,000 km.
  • 2021: China successfully launched an optical remote sensing satellite from a cheap and small rocket powered by solid fuel, Kuazhou-1A.
  • 2021: Washington expels public sector Chinese telecommunications company China Telecom Limited from the US market.
  • 1795: संयुक्त राज्य अमेरिका और स्पेन के बीच पिंकनी की संधि पर हस्ताक्षर किए गए। इस संधि की बदौलत अमेरिका को मिसिसिपी नदी में नौवहन का अधिकार मिल गया।
  • 1811: सिलाई मशीन का आविष्कार करने वाले आइजैक मेरिट सिंगर का जन्म। इस आविष्कार से हाथ से कपड़े सिलने का काम आसान हो गया।
  • 1920: आज ही के दिन देश के 10वें और पहले दलित राष्ट्रपति के.आर.नारायण का जन्म हुआ था.
  • 1978: मिस्र के अनवर सादात और इज़राइल के मेनचेम बिगिन को शांति स्थापना में उनके महत्वपूर्ण योगदान के लिए नोबेल शांति पुरस्कार से सम्मानित किया गया।
    • 1995: यूक्रेन के कीव क्षेत्र में चेरनोबिल परमाणु संयंत्र कुछ सुरक्षा खामियों के कारण पूरी तरह से बंद कर दिया गया।
    • 2004: बोस्टन रेड सोक्स, संयुक्त राज्य अमेरिका में बोस्टन की एक पेशेवर बेसबॉल टीम ने 86 वर्षों में पहली बार विश्व श्रृंखला जीती।
    • 2017: कैटेलोनिया की संसद ने स्पेन से स्वतंत्रता पर एक प्रस्ताव को मंजूरी दी और सरकार को बर्खास्त करने और नए चुनाव कराने के फैसले पर मुहर लगा दी।
    • 2021: सुप्रीम कोर्ट ने पेगासस जासूसी मामले की जांच के लिए विशेषज्ञ समिति का गठन किया।
    • 2021: भारत ने 5,000 किमी की मारक क्षमता वाली अग्नि-5 मिसाइल का सफल परीक्षण किया।
    • 2021: चीन ने ठोस ईंधन कुआझोउ-1ए से संचालित सस्ते और छोटे रॉकेट से एक ऑप्टिकल रिमोट सेंसिंग उपग्रह का सफलतापूर्वक प्रक्षेपण किया।
    • 2021: वाशिंगटन ने सार्वजनिक क्षेत्र की चीनी दूरसंचार कंपनी चाइना टेलीकॉम लिमिटेड को अमेरिकी बाजार से निष्कासित किया।


    Comments

    Popular posts from this blog

    Write a C program (use a switch statement for selection) to add or subtract 2 matrices having order 3 x 3, depending upon the choice made by the user

    Write a C program (use a switch statement for selection) to add or subtract 2 matrices having order 3 x 3, depending upon the choice made by the user. MCS-011 : PROBLEM SOLVING AND   PROGRAMMING (June, 2017) c program for matrix operations using switch case, c program for addition and subtraction of two matrices, algorithm for matrix addition in c program #include <stdio.h> #include<conio.h> void main() {     int first_matrix[3][3], second_matrix[3][3], sub_of_two_matrix[3][3],sum_of_two_matrix[3][3], i, j;      int oprater;      clrscr(); //Enter First Matrix      printf("\nEnter elements of 1st matrix:\n");     for (i = 0; i < 3; i++) for (j = 0; j < 3; j++) {     printf("Enter element a%d%d: ", i + 1, j + 1);     scanf("%d", &first_matrix[i][j]); } //Enter Second Matrix      printf("Enter elements of 2nd matrix:\n");     for (i = 0; i < 3; i++) for (j = 0; j < 3; j++) {     printf("Enter element

    Write and explain the following types of functions with the help of an example program for each (i) Function with no arguments and no return value. (ii) Function with arguments and no return value

    hello Write and explain the following types of functions with the help of an example program for each  (i) Function with no arguments and no return value. (ii) Function with arguments and no return value. ANS-    1:  Function with no arguments and no return value: OUTPUT               In this type the function has no arguments, it doesn't receive any data from the calling function. Similarly it doesn't return any value, the calling function doesn't receive any data from called function.  So there's no digital communication between calling function and called function. #include<stdio.h> #include<conio.h> void sum(); void main() {        clrscr();     sum();     getch(); } void sum() {     int a,b;     printf(”Enter any two numbers:”);     scanf("%d%d",&a,&b);     printf(”sum= %d”,a+b); } In this function no return and no argument means create sum function. no any return type, void is no return type data type.  all processing is done inside

    Bcsl-043 java sem4

    Ignou question paper java java Java Solution BCSL 43 dec2016 solution Video BCSL 43 june2016 Solution Video BCSL 43 dec2015 Solution Video BCSL 43 june2015 Solution video BCSL 43 dec2014 Solution Video BCSL 43 june2014 Solution Video BCSL 43 dec2013 Solution Video BCSL43 june2013 Solution Video Dec2016  1.Write a Java program to create an applet to find the simple interest on a given amount, rate of interest and duration. Use proper GUI components in your program. import java.util.*; import java.awt.*; import java.awt.event.*; import java.applet.Applet; /* */ public class simpleinterest extends Applet{ Label l1,l2,l3,l4; TextField t1,t2,t3; Button b1; Image picture; public void init(){ picture = getImage(getCodeBase(),"20160613_091125.jpg"); l1=new Label("Enter the Amount "); l2=new Label("Enter the Rate "); l3=new Label("Enter interest Duration :"); l4=new Label(&

    Contact Form

    Name

    Email *

    Message *