What is void main () in c?
No Answer is Posted For this Question
Be the First to Post Answer
Tell us something about keyword 'auto'.
One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.
Do you know the use of 'auto' keyword?
What does #pragma once mean?
write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)
What is dynamic variable in c?
Under what circumstances does a name clash occur?
what is the value of b if a=5; b=++a + ++a
31 Answers Infosys, TCS, Tech Mahindra,
Is double link list a linear data structure? If Yes, Why?If No, Why?
we all know about the function overloading concept used in C++ and we all learnt abt that.... but that concept is already came in C in a very smaller propotion ... my question is IN WHICH CONCEPT THERE IS A USE OF FUNCTION OVERLOADING IS USED in C language?????????????
write a own function for strstr
What is the easiest sorting method to use?