Why is c fast?
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between NULL('\0') and 0?
What 'lex' does?
Tell us bitwise shift operators?
What is the use of pointers in C?
0 Answers Impetus, Motorola, Tavant Technologies, Virtusa,
Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix
what is the difference between declaration and definition of a variable or function ?
why little endian and big endian came?y they using differently? y they not used commonly ?wt is application of little and big ?
write a program in c language that uses function to locate and return the smallest and largest integers in an array,number and their position in the array. it should also find and return the range of the numbers , that is , the difference between the largest number and the smallest.
#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); }
Write a program to print ASCII code for a given digit.
What does c mean before a date?
write a program to convert a expression in polish notation (postfix) to inline (normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix