why wipro wase
No Answer is Posted For this Question
Be the First to Post Answer
int i =10 main() { int i =20,n; for(n=0;n<=i;) { int i=10 i++; } printf("%d", i);
Is main a keyword in c?
shorting algorithmS
What is signed and unsigned?
main() { int a=5; printf(?%d,%d,%d\n?,a,a< <2,a>>2); } Answer: 5,20,1 please explain this code in detail
Is there a built-in function in C that can be used for sorting data?
#‎include‬<stdio.h> void main() { int i; for(i=5;0;i++) { printf("%d",i); } }
How many identifiers are there in c?
What is pointer to pointer in c with example?
What are preprocessor directives?
What is local and global variable in c?
Two's compliment of -5