What is difference between array and structure in c?
No Answer is Posted For this Question
Be the First to Post Answer
Hi, main() { } Is a user defined function or Built in Functionn
marge linklist
What is the output of the below program and how it is? void main() { static int var=5; printf("%d",var--); if(var) main(); }
8 Answers MindFire, TCS, Tech Mahindra,
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
Is it possible to initialize a variable at the time it was declared?
what is level of tree if leaf node is at level 4.please explain.
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 are the advantages and disadvantages of pointers?
What are local static variables?
C language questions for civil engineering
What does %p mean c?
Explain built-in function?