Answer Posted / ram kumar
array is a group of characturs
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are linker error?
Explain what is the benefit of using const for declaring constants?
how to capitalise first letter of each word in a given string?
What are pointers really good for, anyway?
What is keyword with example?
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
Lists the benefits of c programming language?
What language is windows 1.0 written?
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
Can we declare a function inside a function in c?
Can you please explain the difference between strcpy() and memcpy() function?
State two uses of pointers in C?
A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?
What is c programming structure?
Write a program to know whether the input number is an armstrong number.