Answer Posted / mahendra giri
volatile variable is that which we can't change during
program execution tome
| Is This Answer Correct ? | 2 Yes | 35 No |
Post New Answer View All Answers
Explain how do you use a pointer to a function?
Which are low level languages?
What is wrong with this program statement? void = 10;
How are structure passing and returning implemented?
Is Exception handling possible in c language?
What is structure packing in c?
What is the purpose of void in c?
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
What does static variable mean in c?
List some basic data types in c?
Write a program with dynamically allocation of variable.
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
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 const keyword in c?
Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?