What is the purpose of scanf() and printf() functions?
No Answer is Posted For this Question
Be the First to Post Answer
What the different types of arrays in c?
What is a method in c?
to find the program of matrix multiplication using arrays
main() { int i=5; printf("%d",++i + i); } output is 10 ------------------------ main() { int i=5; printf("%d",i++ + i); }output is 12 why it is so? give appropiate reason....
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
What is the code in while loop that returns the output of given code?
what is default constructor?
get any number as input except 1 and the output will be 1.without using operators,expressions,array,structure.don't print 1 in printf statement
write a c program to change only the 3rd bit of the particular number such that other bits are not affected.. if bitnum=10(say.. it can be any no..
Write a program or provide a pseudo code to flip the 2nd bit of the 32 bit number ! (Phone Screen)
Is c call by value?