What is the difference between union and structure in c?
No Answer is Posted For this Question
Be the First to Post Answer
can we have joblib in a proc ?
write a c program to store and print name,address,roll.no of a student using structures?
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.
What are the advantage of c language?
What is the difference between char a[] = "string"; and char *p = "string"; ?
14 Answers Adobe, Honeywell, TCS,
What is pointer to pointer in c language?
Is c programming hard?
Differentiate between null and void pointers.
write a program in c language to print your bio-data on the screen by using functions.
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
Tell me is null always defined as 0(zero)?
Explain can static variables be declared in a header file?