Explain what is output redirection?
No Answer is Posted For this Question
Be the First to Post Answer
How to write a code for implementing my own printf() and scanf().... Please hep me in this... I need a guidance... Can you give an coding for c... Please also explain about the header files used other than #include<stdio.h>...
Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays
Write a program to remove the C comments(/* */) and C++ comments(//) from a file. The file should be declared in command line.
Why #include is used in c language?
Is the exit() function same as the return statement? Explain.
0 Answers Agilent, ZS Associates,
how to swap four numbers without using fifth variable?
main() { int *ptr=(int*)malloc(sizeof(int)); *ptr=4; printf("%d",(*ptr)+++*ptr++); }
5 Answers Vector, Vector Solutions,
What is a symbolic constant?
What are inbuilt functions in c?
What is pointer in c?
WAP to find that given no is small or capital
why we wont use '&' sing in aceesing the string using scanf