What is the use of c language in real life?
No Answer is Posted For this Question
Be the First to Post Answer
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
What is the output of printf("%d", printf("Hello"));?
main() { int i=0; while(+(+i--)!=0) i-=i++; printf("%d",i); }
My teacher ask to make a program that can: Insert record in front Insert record at the end Insert in between Search node record Delete record in front Delete record at the end Delete record in between Using Data structure Linked List type. But I'm really confused about the codes and I can't go through. Please help Thanks in advance. Also here is my unfinished code if someone can make changes it will be more good.
A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles
What are header files why are they important?
How can I do serial ("comm") port I/O?
What are logical errors and how does it differ from syntax errors?
write a program to copy the string using switch case?
typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none
Is it cc or c in a letter?
What is the difference between ‘g’ and “g” in C?