Define Array of pointers.
No Answer is Posted For this Question
Be the First to Post Answer
1 What is a Data Structure?
What is the difference between procedural and declarative language?
any "C" function by default returns an a) int value b) float value c) char value d) a & b
Q-1: Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college.
the number 138 is called well ordered number because the three digits in the number (1,3,8) increase from left to right (1<3<8). the number 365 is not well ordered coz 6 is larger than 5. write a program that wull find and display all possible three digit well ordered numbers. sample: 123,124,125,126,127,128,129,134 ,135,136,137,138,139,145,146,147 148 149,156.......789
What would happen to X in this expression: X += 15; (assuming the value of X is 5)
Write a c program to Find the name that you entered is male name or female name? Such as Sunjay is name of male and Payal is name of female
What is difference between && and & in c?
What is typeof in c?
What are the c keywords?
Explain in detail how strset (string handling function works )pls explain it with an example.
I have a function which accepts a pointer to an int. How can I pass a constant like 5 to it?