What are the 32 keywords in c?
No Answer is Posted For this Question
Be the First to Post Answer
Given an array of characters, how would you reverse it? How would you reverse it without using indexing in the array?
What is the use of typedef in structure in c?
print 1-50 with two loop & two print Statement
what is the meaning of 'c' language
Write code for finding depth of tree
What are the different categories of functions in c?
what is the difference between declaration and definition of a variable or function ?
What is the difference between c &c++?
Explain what will the preprocessor do for a program?
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
can please someone teach me how to create this program using while statement.. this is the output should look like 0 2 4 6 8 10 -thanks.. :) need it asap...
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?