What is the use of static variable in c?
No Answer is Posted For this Question
Be the First to Post Answer
How do I declare an array of N pointers to functions returning pointers to functions returning pointers to characters?
Explain 'bit masking'?
How many main () function we can have in a project?
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
write a program which counts a product of array elements lower than 10.
A function 'q' that accepts a pointer to a character as argument and returns a pointer to an array of integer can be declared as: A)int (*q(char*)) [] B)int *q(char*) [] C)int(*q)(char*) [] D)None of the Above
Why is c used in embedded systems?
What is #include stdio h?
Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.
What is Lazy evaluation in C? Give an example.
What are the disadvantages of c language?
Explain high-order and low-order bytes.