What are reserved words with a programming language?
No Answer is Posted For this Question
Be the First to Post Answer
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); }
Write a C program to check a number even or odd, without using any relational, arithmetic operator and any loops.
Why c is called free form language?
What is the difference between void main and main in c?
main() { intj; while9j<=10) { printf("\n%d",j); j=j+1; } }
Explain which function in c can be used to append a string to another string?
Explain can you assign a different address to an array tag?
Write a program on swapping (100, 50)
how to print value of e(exp1)up to required no of digits after decimal?
DIFFERNCE BETWEEN THE C++ AND C LANGUAGE?
What is C language ?
which header file contains main() function in c?
17 Answers Google, HCL, TCS,