What is void main ()?
No Answer is Posted For this Question
Be the First to Post Answer
How can you pass an array to a function by value?
write a reverse string to print a stars.(with out using logic) ***** **** *** ** *
please give me answer with details #include<stdio.h> main() { int i=1; i=(++i)*(++i)*(++i); printf("%d",i); getch(); }
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
Can you please explain the scope of static variables?
Explain c preprocessor?
when user give a number it multiply with 9 without useing '+' and '*' oprator
Explain about block scope in c?
What is meant by 'bit masking'?
Can you tell me how to check whether a linked list is circular?
What is the output of printf("%d", printf("Hello"));?
number of times a digit is present in a number