Why functions are used in c?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program of advanced Fibonacci series.
what is the output of below code int x=8,y; x>>=2; y=x; what is y value. NOTE:EXPLANATION IS COMPALSARY with binary bits
What does the function toupper() do?
is forign key will be unique key any table or not?
What are derived data types in c?
Why is C called a middle-level language?
write a function that accepts an array A with n elements and array B with n-1 elements. Find the missing one in array B,with an optimized manner?
The C language terminator is a.semicolon b.colon c.period d.exclamation mark
can we initialize all the members of union?
There are 21 people in a room. They have to form groups of 3 people each. How many combinations are possible? Write a C program to print the same.
what does static variable mean?
we compile c program in 32 processor and 64 bit processor .exe file is created in both the processors. if we want to run .exe file in 64 bit processor which is created in 32 bit processor. is that .exe file is run or not if it is not run why?