What is the use of the function in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is computer
What are the concepts introduced in OOPs?
Wt are the Buses in C Language
how logic is used
What is the 'named constructor idiom'?
Write a program to interchange two variables without using the third variable?
17 Answers Accenture, College School Exams Tests, Infotech,
Is c functional or procedural?
What is the scope of local variable in c?
void main() { int i=5; printf("%d",i+++++i); }
6. Which of the Following is not defined in string.h? A)strspn() B)strerror() C)memchr() D)strod()
what are the uses of structure?
Which is not valid in C? 1) class aClass{public:int x;} 2) /* A comment */ 3) char x=12;