What is the best style for code layout in c?
No Answer is Posted For this Question
Be the First to Post Answer
Explain how do you view the path?
What are actual arguments?
Explain how can a program be made to print the line number where an error occurs?
print 1-50 with two loop & two print Statement
if a five digit number is input through the keyboard, write a program to calculate the sum of its digits. (hint:-use the modulus operator.'%')
What is information technology.
Can the “if” function be used in comparing strings?
if the address of a[1,1] and a[2,1] are 1000 and 1010 respectively and each occupies 2 bytes then the array has been stored in what order?
4 Answers Amazon, Apple, Bata, Google, NASA,
write the output of following code .. main() { static int a[]={10,20,30,40,50}; int *ptr=a; static int arr[2][2]={1,2,3,4}; char str[]="ABCD * 4#"; char *s=str+2; int i,j; for(i=0;i<5,i++) printf("%d",*ptr++); for(i=0;i<2;i++) for(j=0;j<2;j++) printf("%d\n",*(*(n+i)+j)); printf("%c\n%c\n%c\n",*(str+2),*s++,*--s); }
which header file contains main() function in c?
17 Answers Google, HCL, TCS,
What is the ANSI C Standard?
Explain function?