Explain what is output redirection?
No Answer is Posted For this Question
Be the First to Post Answer
What are the __date__ and __time__ preprocessor commands?
#include <stdio.h> #define sqr(x) (x*x) int main() { int x=2; printf("value of x=%d",sqr(x+1)); } What is the value of x?
16 Answers Accel Frontline, Opera, Oracle,
write a program to count the no of repaeted words in a line?
Why does this code crash?
Are global variables static in c?
write a program in c to print **** * * * * ****
what is the output of the following program and explain the answer #include<stdio.h> exp() { main(5) } main(int a) { printf("%d",a); return; }
WHAT IS ABSTRACT DATA TYPE
What are header files? What are their uses?
Is it possible to initialize a variable at the time it was declared?
What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?
sir, i cannot find the way how to write aprogram by using array on queue