Here is a good puzzle: how do you write a program which produces its own source code as output?
No Answer is Posted For this Question
Be the First to Post Answer
what is the flow of execution in cprogram? ex:printf();,scanf();
What is floating point constants?
What is the difference between fread and fwrite function?
What is function definition in c?
Explain what are the different file extensions involved when programming in c?
How can I access an I o board directly?
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?
What are the __date__ and __time__ preprocessor commands?
C passes By value or By reference?
5 Answers Geometric Software, Infosys,
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?
What does malloc () calloc () realloc () free () do?
4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.