Answer Posted / kkk
c is a structured oriented language which consists of some
specified c keywords and funtions
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
Can we increase size of array in c?
please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................
Is a pointer a kind of array?
Between macros and functions,which is better to use and why?
How main function is called in c?
What is structure padding in c?
What is the difference between union and structure in c?
What are disadvantages of C language.
Is c language still used?
write a c program in such a way that if we enter the today date the output should be next day's date.
What is the best way of making my program efficient?
Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.
Explain how can you check to see whether a symbol is defined?
what will be maximum number of comparisons when number of elements are given?
Why double pointer is used in c?