Answer Posted / guest
I Guess short int
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
What are the types of pointers in c?
what are the different storage classes in c?
Is null a keyword in c?
What is methods in c?
What does. int *x[](); means ?
What is array within structure?
Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?
Explain what are linked list?
Where are local variables stored in c?
Can main () be called recursively?
What are Macros? What are its advantages and disadvantages?
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
With the help of using classes, write a program to add two numbers.
What is omp_num_threads?
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.