What is the c language function prototype?
No Answer is Posted For this Question
Be the First to Post Answer
question-how to run a c programme.
What is the purpose of scanf() and printf() functions?
Magic square
How are 16- and 32-bit numbers stored?
Find duplicates in a file containing 6 digit number (like uid) in O (n) time.
What is uint8 in c?
What is a pragma?
int main() { int x = (2,3,4); int y = 9,10,11; printf("%d %d",x,y); } what would be the output?
write a c programs to do multiplication of two numbers with out using arithmatic operator ??????????
what is the difference between declaration and definition of a variable or function ?
Why c is called object oriented language?
difference between Low, Middle, High Level languages in c ?