Ask a New Question
Search
#include int main() { char
Predict the output of the following C program. [CO1, 3M]
#include< stdio.h > struct Node{ char x,y,z; }; int main(){ struct Node
1 answer
62 views
(4 points) Identify the errors in the following statements.
int* p = &44; - i think the star is the error because pointers are
1 answer
asked by
Digtzy
752 views
Would you check and correct my error please!
******************************* #include<iostream.h> #include<string.h>
0 answers
asked by
Ayk
507 views
how can a modfiy this source code to a menu.
#include <stdio.h> #include <stdlib.h> #include <time.h> main() { char cYesNo =
0 answers
asked by
kasey
611 views
on C++, I want to make an operation like " 2x + y - z ", I wrote something like that but I can' t get the result, where is my
1 answer
asked by
Kaan
546 views
Having trouble with this program running, can anybody help solve my problem:
#include <stdio.h> #include <stdlib.h> #include
1 answer
asked by
Riley
537 views
I need to create a program that has (at least) two variables, char and num. I need to use nested loops to print char, a
0 answers
asked by
Kwadwo
471 views
I need to create a program that has (at least) two variables, char and num. I need to use nested loops to print char, a
0 answers
asked by
Kwadwo
528 views
It compiles but it doesn't work. can you tell me what i did wrong?
//Sonny Hinh, variable program, assignment 2 #include
2 answers
asked by
sonnytsn
1,101 views
Char has been working for an electrician for the past four years. He has been learning very valuable skills and even started
1 answer
40 views