What is the difference between array_name and &array_name?
No Answer is Posted For this Question
Be the First to Post Answer
writw a program to insert an element in the begning of a doubly linked list
what is unsigened char and what is the difference from char
In a switch statement, explain what will happen if a break statement is omitted?
What is data structure in c and its types?
What is the auto keyword good for?
any "C" function by default returns an a) int value b) float value c) char value d) a & b
How do I declare an array of N pointers to functions returning pointers to functions returning pointers to characters?
How can I find the day of the week given the date?
What is the general form of #line preprocessor?
When is an interface "good"?
if a person is buying coconuts of Rs10,and then sell that coconuts of Rs9,with the loss of one rupee.After that the person became a millaniore.how?
9.how do you write a function that takes a variable number of arguments? What is the prototype of printf () function? 10.How do you access command-line arguments? 11.what does ‘#include<stdio.h>’ mean? 12.what is the difference between #include<> and #include”…”? 13.what are # pragma staments? 14.what is the most appropriate way to write a multi-statement macro?