Answer Posted / bhavinsin darbar &bhavik g
array is collection of element which is having to same data
type
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
write a program to find the given number is prime or not
how is the examination pattern?
Is c compiled or interpreted?
GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above
regarding pointers concept
What is restrict keyword in c?
Calculate 1*2*3*____*n using recursive function??
When c language was developed?
In C programming, how do you insert quote characters (‘ and “) into the output screen?
What is calloc malloc realloc in c?
Explain what is #line used for?
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration
Write a program to reverse a string.
Give differences between - new and malloc() , delete and free() ?