Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Active Tutors
Asked Questions
Answered Questions
explain about the integer constants in c languagean integer constant is the integer valued number and it refers to a sequence of digits a decimal
define the volatile keyword qualifiers in c languagethe volatile keyword proceed as a data type qualifier and a volatile variable is for dynamic
define the data type qualifiers in c language1const 2volatileconst the const qualifier is used to tell c that the variable value cant change
define the data type modifiers in c languagethere are three data typesint float amp double above have the following modifiers1short 2long 3signed
define the char data type of c languagethe char defines characters the char type will usually require only 1 byte of internal storage every char type
define the double data type of c languagethe double is used to define big floating point numbers and it reserves twice the storage for the number
define the float data type of c languagethe float is used to define floating point numbers the floating point numbers are stored in 32 bits with 6
define the int data type of c languagethe int is used to define integer numbers the integers are whole numbers with a range of values supported by a
define the data types of c languagethe c has a concept of data types which are used to define a variable before its use and the definition of a
define the keywords of c languagec keeps a small set of keywords for its personal use these keywords cant be used as identifiers in the program
write a program for calculating value of an integerfor a clear understanding of recursive function we shall see an illustration for calculating value
define the recursion function in cin c it is potential for the function to call themselves a function is describing recursive if a statement within
define the category of function a function depending on whether arguments or parameters are present or not and whether a value returned or not may
write a program to illustrate the call by referencehere is an illustrationincludeltstdiohgt int computesumint n int main void int n3 sum printfdnn 3
define the meaning of call by reference in call-by- reference as an alternative of passing the value of a variable the location number or the address
explain the function prototype the functions must be declared before they are used ansi c provides for the new function declaration syntax called as
define the return statement in computer programmingthe return statement is used for two purposes once the return statement is executed the program
illustrate the function definitionthe c code that explains what a function does is called the function definitiona function definition has the
explain the for loop - computer programmingsimilar to the while statement for loop is an entry controlled loop and the code of the for loop will be
explain the loop statements in computer programming1 c gives you a choice of three kinds of loop while do while and for2 the while loop remain
char p100 double x533822500 sprintfpquotf lt---- ----gt uquotxunsigned intx messageboxpquotsssquot
wap to read an employee salary and calculate dahrapfgrossnet conditions- basic da hra pf lt10000 5 7 5 gt10000 7 9
a company needs 200 pencils per year you cannot simply use this price as the cost of pencils two years from now because of inflation the cost is
write a function for finding out highest and lowest marks obtained by a student from an array contained student name and marks for example
write a simple telephone book program that stores the names and phone numbers of your friendsacquaintances in a file your program should have the