Answer Posted / vijayalakshmi
integer is a datatypes, which is used to initialising the variables.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is it better to bitshift a value than to multiply by 2?
What does struct node * mean?
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
What is the difference between printf and scanf )?
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
Why C language is a procedural language?
How many levels of pointers can you have?
What are the 5 elements of structure?
Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]
What are enumerated types?
What is calloc()?
What is %d used for?
What is the purpose of scanf() and printf() functions?
What is string constants?