What is output redirection?
No Answer is Posted For this Question
Be the First to Post Answer
program to find the magic square
In the below code, how do you modify the value 'a' and print in the function. You'll be allowed to add code only inside the called function. main() { int a=5; function(); // no parameters should be passed } function() { /* add code here to modify the value of and print here */ }
What is a file descriptor in c?
Differentiate between declaring a variable and defining a variable?
Write a program to find whether the given number is prime or not?
List the different types of c tokens?
How can I insert or delete a line (or record) in the middle of a file?
What is a macro, and explain how do you use it?
Which is the memory area not included in C program? give the reason
Write a code to remove duplicates in a string.
What is a pragma?
Explain what are bus errors, memory faults, and core dumps?