Explain how do you determine whether to use a stream function or a low-level function?
Why the below program throughs error during compilation? #include<stdio.h> #include<conio.h> enum { ZERO, ONE, TWO, }; main() { printf("%d",&TWO); getch(); }
Describe how arrays can be passed to a user defined function
write a program to interchange the value between two variable without using loop
Does c have function or method?
discuss the steps needed to get a program from source code to executable in a system?
You have an array of n integers, randomly ordered with value 1 to n-1.The array is such that there is only one and one value occurred twice. How will you find this number?
What is atoi and atof in c?
What is the difference between arrays and pointers?
What is the use of the function in c?
how we do lcm of two no using c simple if while or for statement
is forign key will be unique key any table or not?
What are the different types of pointers?