c++ variables

6

c# return two variables of different types

By Beginner likesh at Mar 19 2020

0

how to get rid of the slashes in datetime variables c#

By Beginner Tonya Schmitt at Aug 31 2020

0

How to combine variables and string in one printer in c#

By Wooden Hammer Doug Collins at Jul 20 2021

1

Write a C program to do the following: (10 marks) a. Declare two variables a and b of type integer b. Initialise the value of variable a to 3 and the value of variable b to 0 c. If the value of a is greater than 0, then assign b the value of a + 3

By Beginner Harvey Gleason at Oct 30 2020

1

Write a c code to create a data base of students using structure. The member variables are roll, grade, and marks. Create 3 structure variable of 3 different roll numbers and find out the roll number of the student who is having highest marks.

By Beginner Yolanda Gerhold at Jan 27 2021


Related code examples


Code examples by languages