Explain low-order bytes.
No Answer is Posted For this Question
Be the First to Post Answer
write a c program for print your name .but,your name may be small letter mean print a capital letter or your name may be capital letter mean print a small letter .example \\enter ur name : sankar The name is: SANKAR (or) enter your name:SAnkar The name is:saNKAR
what is the program to display your name in any color?
What are lookup tables in c?
write a program that will accept two integers and will implement division without using the division operator if the second value is an odd number and will implement multiplication without using multiplication operator if the second value is an even number.
Differentiate between a structure and a union.
#include<stdio.h> main() {int i=1;j=1; for(;;) {if(i>5) break; else j+=1; printf("\n%d",j) i+=j; } }
What is the output for the following program #include<stdio.h> main() { char a[5][5],flag; a[0][0]='A'; flag=((a==*a)&&(*a==a[0])); printf("%d\n",flag); }
How is pointer initialized in c?
what is array?
Who invented bcpl language?
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
Is anything faster than c?