What is union in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is array within structure?
How do you print only part of a string?
how would a 4*3 array A[4][3] stored in Row Major Order?
Display names and numbers of employees who have 5 years or more experience and salary less than Rs.15000 using array of structures (name, number, experience and salary)
what are the difference between ANSI C and Let Us c and Turbo C
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
Can you please explain the difference between malloc() and calloc() function?
which type of aspect you want from the student.
what is the output of the code and how? main() { int *ptr,x; x=sizeof(ptr); printf("%d",x); }
What are the rules for the identifier?
What is const volatile variable in c?
What is sizeof in c?