Why is c called a structured programming language?
No Answer is Posted For this Question
Be the First to Post Answer
What is a double c?
the question is that what you have been doing all these periods (one year gap)
What is the output of below code? main() { static int a=5; printf("%3d",a--); if(a) main(); }
What does struct node * mean?
f=(x>y)?x:y a) f points to max of x and y b) f points to min of x and y c)error
What is a dynamic array in c?
what do you mean by enumeration constant?
What is c basic?
What is derived datatype in c?
24.what is a void pointer? 25.why arithmetic operation can’t be performed on a void pointer? 26.differentiate between const char *a; char *const a; and char const *a; 27.compare array with pointer? 28.what is a NULL pointer? 29.what does ‘segmentation violation’ mean? 30.what does ‘Bus Error’ mean? 31.Define function pointers? 32.How do you initialize function pointers? Give an example? 33.where can function pointers be used?
WAP – represent a char in binary format
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