What is the purpose of void in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is typedef struct in c?
What is structure in c language?
How do we make a global variable accessible across files? Explain the extern keyword?
Write a C Program to display the following menu: Menu 1. Display 2. Copy 3. Append 4. Exit Accept the choice (1-4) from the user, and perform the following tasks: Choice 1: Accept a file name from the user and display the file on screen Choice 2: Accept two file names, and copy first file to the second Choice 3: Accept two file names, and append second file to the first file Choice 4: Terminate the program
1 Answers Accenture, Concor, DMU, Satyam, Syntel, Tora,
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if
IS STRUCTURES CAN BE USED WITHIN AN ARRAY?
How do you write a program which produces its own source code as output?
How can I rethow can I return a sequence of random numbers which dont repeat at all?
What's the best way to declare and define global variables?
When should the volatile modifier be used?
#include<stdio.h> void main() { int =1; printf("%d%d%d",a++,++a,++a); }
What is sizeof return in c?