how many errors in c explain deply
No Answer is Posted For this Question
Be the First to Post Answer
What is break statement?
What is c basic?
How does #define work?
write a prgram of swapping with 2 valiables
Can we compile a program without main() function?
This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory
How many ways are there to swap two numbers without using temporary variable? Give the each logic.
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 is the best way to comment out a section of code that contains comments?
write the function int countchtr(char string[],int ch);which returns the number of timesthe character ch appears in the string. for example the call countchtr("she lives in Newyork",'e') would return 3.
How to Clear last bit if it 1 using Macro TURN_OFF_BIT_LAST
Is there any data type in c with variable size?