Apart from dennis ritchie who the other person who contributed in design of c language.
No Answer is Posted For this Question
Be the First to Post Answer
Can you please explain the difference between strcpy() and memcpy() function?
What is floating point exception error? And what are different types of errors occur during compile time and run time? why they occur?
related to rdbms query .
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.
How to write a code for reverse of string without using string functions?
What is the explanation for prototype function in c?
What is a file descriptor in c?
what is the output of the following program? #include<stdio.h> void main() { int x=4,y=3,z; z=x-- -y; printf("\n%d %d %d",x,y,z); }
#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }
What is the advantage of c?
Tell me what are bitwise shift operators?