Answer Posted / ketan
#include<stdio.h>
#include<conio.h>
void main()
{
printf%d
}
| Is This Answer Correct ? | 3 Yes | 22 No |
Post New Answer View All Answers
write a c program to calculate sum of digits till it reduces to a single digit using recursion
Is there a way to jump out of a function or functions?
Explain what is operator promotion?
Write a program of prime number using recursion.
Tell me can the size of an array be declared at runtime?
Write a code to generate divisors of an integer?
Write a program to maintain student’s record. Record should
not be available to any unauthorized user. There are three
(3) categories of users. Each user has its own type. It
depends upon user’s type that which kind of operations user
can perform. Their types and options are mentioned below:
1. Admin
(Search Record [by Reg. No or Name], View All Records,
Insert New Record, Modify Existing Record)
2. Super Admin
(Search Record [by Reg. No or Name], View All Records,
Insert New Record, Modify Existing Record, Delete Single Record)
3. Guest
(Search Record [by Reg. No or Name], View All Records)
When first time program runs, it asks to create accounts.
Each user type has only 1 account (which means that there
can be maximum 3 accounts). In account creation, following
options are required:
Login Name: <6-10 alphabets long, should be unique>
Password: <6-10 alphabets long, should not display
characters when user type>
Confirm Password:
When would you use a pointer to a function?
Explain how does flowchart help in writing a program?
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
Is it valid to address one element beyond the end of an array?
What is an example of structure?
Lists the benefits of c programming language?
Explain the ternary tree?
Tell me what is the purpose of 'register' keyword in c language?