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
What are different types of variables in c?
What are the rules for identifiers in c?
Why structure is used in c?
What is type qualifiers?
What is difference between arrays and pointers?
A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream
Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays
what do you mean by inline function in C?
What is null in c?
Why is it usually a bad idea to use gets()? Suggest a workaround.
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
What is the right type to use for boolean values in c? Is there a standard type?
What is a structure member in c?
What is getch() function?