Answer Posted / krishna
array of 5 pointers
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is data structure in c programming?
in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above
List the difference between a 'copy constructor' and a 'assignment operator' in C?
Why we not create function inside function.
The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none
Explain what are header files and explain what are its uses in c programming?
GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)
How arrays can be passed to a user defined function
How will you divide two numbers in a MACRO?
Write a progarm to find the length of string using switch case?
Here is a good puzzle: how do you write a program which produces its own source code as output?
If I have a char * variable pointing to the name of a function ..
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. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given
what does static variable mean?
In C programming, what command or code can be used to determine if a number of odd or even?