dennis ritchie invented C language in AT&T bell laboratory
what is the extension of AT&T?
Answer Posted / siva
CORRECT MEANING OF AT&T'S AMERICAN TELEPHONE AND TELEGRAPH.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is array of structure in c programming?
How to Throw some light on the splay trees?
Why is python slower than c?
What are the complete rules for header file searching?
Can you write the function prototype, definition and mention the other requirements.
What is the use of getch ()?
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
What is wild pointer in c with example?
Explain null pointer.
Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)
Explain how can I right-justify a string?
how do you execute a c program in unix.
What is ambagious result in C? explain with an example.
regarding pointers concept
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.