What are the rules for the identifier?
Write a Program to accept different goods with the number, price and date of purchase and display them
Explain what is the heap?
What is the difference between functions getch() and getche()?
What are near, far and huge pointers?
What is omp_num_threads?
Can a program have two main functions?
Sir,please help me out with the code of this question. Write an interactive C program that will encode or decode multiple lines of text. Store the encoded text within a data file, so that it can be retrieved and decoded at any time. The program should include the following features: (a) Enter text from the keyboard, encode the text and store the encoded text in a data file. (b) Retrieve the encoded text and display it in its encoded form. (c) Retrieve the encoded text, decode it and then display the decoded text. (d) End the computation. Test the program using several lines of text of your choice.
What is the total generic pointer type?
How does sizeof know array size?
Tell me can the size of an array be declared at runtime?
Why string is used in c?
In a header file whether functions are declared or defined?
How many levels of pointers can you have?
What is ambagious result in C? explain with an example.