Are the outer parentheses in return statements really optional?
No Answer is Posted For this Question
Be the First to Post Answer
i have a written test for microland please give me test pattern
What is the concatenation operator?
Is it acceptable to declare/define a variable in a c header?
CopyBits(x,p,n,y) copy n LSBs from y to x starting LSB at 'p'th position.
What is f'n in math?
What do you mean by Recursion Function?
how can i get this by using for loop? * ** * **** * ******
what is the difference between <stdio.h> and "stdio.h"
14 Answers Invendis, Kanbay, Mastek, MathWorks,
Explain how do you list a file’s date and time?
Differentiate between declaring a variable and defining a variable?
If I want to initialize the array like. int a[5] = {0}; then it gives me all element 0. but if i give int a[5] = {5}; then 5 0 0 0 0 is ans. what will I do for all element 5 5 5 5 5 in a single statement???
How can I convert integers to binary or hexadecimal?