What is calloc in c?
No Answer is Posted For this Question
Be the First to Post Answer
What does char * * argv mean in c?
What are the back slash character constants or escape sequence charactersavailable in c?
How is a structure member accessed?
Which header file is used for clrscr?
A marketing company wishes to construct a decision table to decide how to treat clients according to three characteristics: Gender, City Dweller, and age group: A (under 30), B (between 30 and 60), C (over 60). The company has four products (W, X, Y and Z) to test market. Product W will appeal to female city dwellers. Product X will appeal to young females. Product Y will appeal to Male middle aged shoppers who do not live in cities. Product Z will appeal to all but older females.
what is a pointer
4 Answers Bank Of America, TCS,
How can a program be made to print the line number where an error occurs?
What is void main ()?
What is bubble sort technique in c?
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
How do I declare an array of N pointers to functions returning pointers to functions returning pointers to characters?
What is use of #include in c?