Do you know the difference between exit() and _exit() function in c?
No Answer is Posted For this Question
Be the First to Post Answer
In the below code, how do you modify the value 'a' and print in the function. You'll be allowed to add code only inside the called function. main() { int a=5; function(); // no parameters should be passed } function() { /* add code here to modify the value of and print here */ }
please give code for this 1 2 4 7 11 16
Develop a flow chart and write a c program to find the roots of a quadratic equation ax2+bx+c=0 using switch and break statement.
main() {int a=200*200/100; printf("%d",a); }
main() { charx; while (x=0;x<=255;x++) printf("\nAscii value %d Character %c,x,x); }
Are there any problems with performing mathematical operations on different variable types?
What is c programming structure?
#include<stdio.h> #include<conio.h> void main() { char ch='\356'; printf("%d",ch); } o/p=-18 why?plz.explain
write a 'c' program to sum the number of integer values
What is the use of f in c?
what is use of loop?
What are different types of pointers?