What is main function in c?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what is the difference between #include and #include 'file' ?
HOW CAN ADD OUR FUNCTION IN LIBRARY.
without using arithmatic operator solve which number is greater??????????
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above
#‎include‬<stdio.h> void main() { int i; for(i=5;0;i++) { printf("%d",i); } }
Write a function that accepts a sentence as a parameter, and returns the same with each of its words reversed. The returned sentence should have 1 blank space between each pair of words. Demonstrate the usage of this function from a main program. Example: Parameter: “jack and jill went up a hill” Return Value: “kcaj dna llij tnew pu a llih”
What is #pragma directive?how it is used in the program? what is its advantages and disadvantages?
What are the different types of C instructions?
What is linear search?
Where in memory are my variables stored?
What are the main characteristics of c language describe the structure of ac program?
What is the correct declaration of main?