How would you rename a function in C?
No Answer is Posted For this Question
Be the First to Post Answer
1. Write a program to reverse every second word in a given sentence.
Why is c called c?
Every time i run a c-code in editor, getting some runtime error and editor is disposing, even after reinstalling the software what may be the problem?
Explain what are multidimensional arrays?
Is malloc memset faster than calloc?
what are bitwise shift operators?
Should I learn c before c++?
hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...
Explain what is the use of a semicolon (;) at the end of every program statement?
what is the output for the code : main() { int i,j; printf("%d %d ",scanf("%d%d",&i,&j)); }
main() { float f1=10.5; double db1=10.5 if(f1==db1) printf("a"); else printf("b") }
What is c definition?