What is main return c?
No Answer is Posted For this Question
Be the First to Post Answer
Can you please explain the difference between malloc() and calloc() function?
What does a pointer variable always consist of?
What is the difference between void main() and void main (void) give example programme?
What is the purpose of clrscr () printf () and getch ()?
User define function contain thier own address or not.
What is conio h in c?
Simplify the program segment if X = B then C ← true else C ← false
How to reverse a string using a recursive function, with swapping?
write a pgm to print 1 1 2 1 1 2 3 2 1 1 2 3 4 3 2 1
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration
write a program to copy a string without using a string?
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd