How do I read the arrow keys? What about function keys?
main() { printf("hello"); fork(); }
Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"
What is LINKED LIST? How can you access the last element in a linked list?
Explain do array subscripts always start with zero?
Why malloc is faster than calloc?
What are examples of structures?
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.
Explain how can a program be made to print the line number where an error occurs?
errors in computer programmes are called
What is the Difference between Macro and ordinary definition?
3 Answers Bosch, Cognizant, College School Exams Tests, Motorola,
Can the sizeof operator be used to tell the size of an array passed to a function?
write a program to find out number of on bits in a number?