Answer Posted / dabish
it is a primitive datatype which holds an integer value.. Its size is 2
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Explain low-order bytes.
What is a pointer and how it is initialized?
What are the characteristics of arrays in c?
Where are some collections of useful code fragments and examples?
What are terms in math?
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
What math functions are available for integers? For floating point?
What is a header file?
What is the difference between fread and fwrite function?
7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.
List some of the static data structures in C?
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 is a shell structure examples?
What is a static variable in c?
Why header files are used?