What is the correct declaration of main?
No Answer is Posted For this Question
Be the First to Post Answer
An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above
Is main is user defined function?
Can we access the array using a pointer in c language?
Write a program that takes three variables(a,b,c) in as separate parameters and rotates the values stored so that value a goes to b,b,to c and c to a
A function 'q' that accepts a pointer to a character as argument and returns a pointer to an array of integer can be declared as: A)int (*q(char*)) [] B)int *q(char*) [] C)int(*q)(char*) [] D)None of the Above
What is difference between && and & in c?
How do you use a pointer to a function?
Can u please send me the exam pattern and also Previous papers to javed123go@gmail.com
How can I find the day of the week given the date?
Explain Basic concepts of C language?
using for loop sum 2 number of any 4 digit number in c language
Can a function argument have default value?