Answer Posted / kasthur
it is one of the procedure oriented programming language
| Is This Answer Correct ? | 25 Yes | 2 No |
Post New Answer View All Answers
What is pointers in c?
What is const and volatile in c?
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode
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.
What is && in c programming?
what are the 10 different models of writing an addition program in C language?
What does s c mean on snapchat?
Why do we use return in c?
How do you determine a file’s attributes?
Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)
What is function prototype in c with example?
Which is better pointer or array?
What is the advantage of a random access file?
What are the back slash character constants or escape sequence charactersavailable in c?
What do you mean by Recursion Function?