What is the difference between array and pointer?
No Answer is Posted For this Question
Be the First to Post Answer
What is the purpose of void in c?
print the table 5 in loops
What is the process of writing the null pointer?
Why is this loop always executing once?
how can i get output like this? 1 2 3 4 5 6
hi friends how r u as soon in satyam my interview is start but i m very confusued ta wat i do plz help me frndz wat can i do plz tell me some question and answers related with "C" which r asked in the interview .
0 Answers Aegis, CDAC, Infosys,
What is meant by int main ()?
Write a program that accepts a string where multiple spaces are given in between the words. Print the string ignoring the multiple spaces. Example: Input: “ We Are Student “ Output: "We Are Student"
Tell me the use of bit field in c language?
What are the different types of linkage exist in c?
class foo { public: static int func(const char*& p) const; }; This is illegal, why?
Would you rather wait for the results of a quicksort, a linear search, or a bubble sort on a 200000 element array? 1) Quicksort 2) Linear Search 3) Bubble Sort