WHAT IS MAXIMUM SIZE OF AN ARRAY IN C LANGUAGE?
Answer Posted / sonal
indefinite
| Is This Answer Correct ? | 6 Yes | 28 No |
Post New Answer View All Answers
What is the process to generate random numbers in c programming language?
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list
What is the significance of c program algorithms?
What do the functions atoi(), itoa() and gcvt() do?
What does the c preprocessor do?
Write a program to print “hello world” without using semicolon?
write a program fibonacci series and palindrome program in c
What is static volatile in c?
Write a program to print factorial of given number using recursion?
What are the back slash character constants or escape sequence charactersavailable in c?
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
What are the types of unary operators?
write a program to rearrange the array such way that all even elements should come first and next come odd
Explain what is meant by 'bit masking'?
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?