if c++

-1

program using if statement in c whether numnber is less eqaul to greater than 50

By Beginner Evan Purdy at May 01 2020

0

in a c program if you call "fwritef("got here")", you will get a compileerror, but if you add the line "void fwritef(char *);", you won't. why?

By Beginner blachwater at Nov 15 2020

0

error: ISO C++ forbids comparison between pointer and integer [-fpermissive] if(s[i] != "b"){

By Double Stone Hammer Pleasant Pigeon at Jul 04 2020

0

Given three ints, a b c, return true if it is possible to add two of the ints to get the third.

By Beginner Guy Wolf at May 08 2021

0

Project directory 'C:\Users\Ajmal .M\GitHub\teammates' is not part of the build defined by settings file 'C:\Users\Ajmal .M\settings.gradle'. If this is an unrelated build, it must have its own settings file.

By Stone Hammer Kari Carroll at Oct 19 2020

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

0

could not load the visual c++ component "vcbuild.exe". to fix this, 1) install the .net framework 2.0 sdk, 2) install microsoft visual studio 2005 or 3) add the location of the component to the system path if it is installed elsewhere.

By Beginner Nathaniel Herman at Sep 06 2020


Related code examples


Code examples by languages