Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)
No Answer is Posted For this Question
Be the First to Post Answer
Explain the use of bit fieild.
What is a nested formula?
How does placing some code lines between the comment symbol help in debugging the code?
What is getch () for?
printf("%d",(printf("Hello")); What it returns?
What is floating point exception error? And what are different types of errors occur during compile time and run time? why they occur?
Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix
What is the acronym for ansi?
Write a program to print fibonacci series using recursion?
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 advantages of U D F?
program to convert a integer to string in c language'