What is volatile keyword in c?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program in c to print * * * * * *******
for(;;) printf("C language") What is out put of above??
2 Answers Practical Viva Questions,
code for copying two strings with out strcpy() function.
Write a code of a general series where the next element is the sum of last k terms.
write a c/c++ program that takes a 5 digit number and calculates 2 power that number and prints it?
which operator having lowest precedence?? a.)+ b.)++ c.)= d.)%
What are the different properties of variable number of arguments?
what are the files which are automatically opened when a c file is executed?
c program to manipulate x=1+3+5+...+n using recursion
Explain what is the difference between a string and an array?
program to find the roots of a quardratic equation
How can you pass an array to a function by value?