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
Explain what?s happening in the first constructor: public class c{ public c(string a) : this() {;}; public c() {;} } How is this construct useful?
Is c weakly typed?
What is const keyword in c?
Explain how do I determine whether a character is numeric, alphabetic, and so on?
Why we use conio h in c?
Write a program to generate prime factors of a given integer?
Explain what a Binary Search Tree is.
What is I ++ in c programming?
WAP to convert text into its ASCII Code and also write a function to decode the text given?
Why we not create function inside function.
write a c program to print a given number as odd or even without using loop statements,(no if ,while etc)
What is logical error?