Is array a primitive data type in c?
No Answer is Posted For this Question
Be the First to Post Answer
Why c is called a mid level programming language?
Who had beaten up hooligan "CHAKULI" in his early college days?
How can you call a function, given its name as a string?
Write the Program to reverse a string using pointers.
#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); }
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
Write a C program to fill a rectangle using window scrolling
what is the return value (status code) of exit() function.... what the arguments(integer value) passed to it means....
write a c program that prints all multiples of 3between 1 and 50.
what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555
What is union and structure in c?
Write a program that his output * *** *****