what are bit fields? What is the use of bit fields in a
structure declaration?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between strcpy() and memcpy() function in c programming?
What are the features of the c language?
What is the difference between char array and char pointer?
Is c is a middle level language?
what would be the output of the following program? main() { int k = 123; char *ptr; ptr = &k; printf("%d",*ptr); }
write a program in c language that uses function to locate and return the smallest and largest integers in an array,number and their position in the array. it should also find and return the range of the numbers , that is , the difference between the largest number and the smallest.
Where can I get an ansi-compatible lint?
Give basis knowledge of web designing ...
What are the modifiers available in c programming language?
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
n=7623 { temp=n/10; result=temp*10+ result; n=n/10 }
What is identifier in c?