Explain how can you tell whether a program was compiled using c versus c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is a example of a variable?
Heyyy All, Just a challenge . A C program with if Else if(){ /// insert sumthing print ("in if") // insert sumting } else { ///// insert sumthing print ("in else"); //// insert sumthing } can anyone modify it so that program prints. if and else both
What are extern variables in c?
. Explain the differences between fork() and exec() in C
class foo { public: static int func(const char*& p) const; }; This is illegal, why?
WRITE A PROGRAM TO PRINT THE FOLLOWING OUTPUTS USING FOR LOOPS. A) * B) ***** *** * * ***** * * *****
What is string function in c?
What is the difference between %d and %i?
differentiate built-in functions and user – defined functions.
main() { intj; while9j<=10) { printf("\n%d",j); j=j+1; } }
how to print a statement in c without use of console statement ,with the help of if statement it should print
One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.