#include<stdio.h> int main() { int x,y,t; for(t=0;t<50;t++) { for(y=7;y>-8;y–) { for(x=-7;x<=10;x++) { if(y==7) { if((x+t)%2!=0) printf(“–“); else printf(“~~”); } else if(y==-7) printf(“__”); else if(y==6) […]
Read moreCategory: C
Butterfly Pattern Program
Butterfly Pattern Program Butterfly Pattern Program #include<stdio.h> int main(){ int n; scanf(“%d”,&n); for(int i=1;i<=n;i++){ […]
Read moreBCA Notes Link
BCA Notes Link (Shivam) BCA Notes Link (Shivam) Link : click here Topics Covered : bca notes bca notes app bca notes […]
Read moreresult calculator , simple function program , function in c , function in java , functions, function overloading
result calculator , simple function program , function in c , function in java , functions, function overloading result calculator , simple function program , […]
Read moreDefine a Function array() which takes input in array and a function sum() which calculate the sum of the same array. Call the function in main() in a loop of five times – Simple loop and array question , matrix question , 2d array question
Define a Function array() which takes input in array and a function sum() which calculate the sum of the same array. Call the function in […]
Read moreInput two matrix in 3-D array and multiply and store in another array – Simple loop and array question , matrix question , 2d array question
Input two matrix in 3-D array and multiply and store in another array – Simple loop and array question , matrix question , 2d array […]
Read moreInput a matrix in 3-D array and calculate the sum of its diagonal – Simple loop and array question , matrix question , 2d array question
Input a matrix in 3-D array and calculate the sum of its diagonal – Simple loop and array question , matrix question , 2d array […]
Read moreInput a matrix in 3-D array and check if it is identity matrix or not – Simple loop and array question , matrix question , 2d array question
Input a matrix in 3-D array and check if it is identity matrix or not – Simple loop and array question , matrix question , […]
Read moreInput a number less than 5 and print “Hello World” five times if the condition is true – Program by using for loop, do while loop and while loop
Input a number less than 5 and print “Hello World” five times if the condition is true – Program by using for loop, do while […]
Read moreC programming question set no. 2, C programming question, function , loops question, array questions
C programming question set no. 2, C programming question, function , loops question, array questions C programming question set no. 2, C programming question, function […]
Read more
Recent Comments