What is the symbol indicated the c-preprocessor?
No Answer is Posted For this Question
Be the First to Post Answer
What is FIFO?
How will you divide two numbers in a MACRO?
What is structure packing in c?
What is the advantage of an array over individual variables?
What is your favorite subject?
1 Answers Ericsson, Invendis, Tech Mahindra,
Explain argument and its types.
Is null always defined as 0(zero)?
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
what defference between c and c++ ?
Explain how can you tell whether a program was compiled using c versus c++?
Go through this linked list concept.While traversing through the singly linked list sometimes the following code snippet "while(head != NULL)" is used and other times "while(head->link != NULL)"is used(Here head is the pointer pointing to the first node,node has two parts data part and link part).What is the difference between head != NULL and Head->link != NULL and in which situation are they used?
What are c identifiers?