for questions 14,15,16,17 use the following
alternatives:a.int b.char.c.string.d.float
Answer Posted / rukmanee
a.int
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is malloc and calloc?
What is a pointer variable in c language?
What oops means?
please send me the code for multiplying sparse matrix using c
How to write a code for implementing my own printf() and
scanf().... Please hep me in this... I need a guidance...
Can you give an coding for c... Please also explain about
the header files used other than #include
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?
Explain how can you tell whether a program was compiled using c versus c++?
What are 'near' and 'far' pointers?
Can a variable be both constant and volatile?
Why do we need a structure?
What does struct node * mean?
What is pointers in c with example?
Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.
What are the types of data types and explain?
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?