Answer Posted / gnaneshwar
In the C programming language a string is actually the same as an array of characters. The last character in a C string is a zero byte which indicates the end of the string.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Define Spanning-Tree Protocol (STP)
What is #pragma statements?
What does the format %10.2 mean when included in a printf statement?
This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory
how to execute a program using if else condition and the output should enter number and the number is odd only...
What is typedf?
Sir i need notes for structure,functions,pointers in c language can you help me please
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
What is indirection? How many levels of pointers can you have?
Explain what are the different data types in c?
Write a program to check prime number in c programming?
What are keywords c?
What does do in c?
What language is lisp written in?
In a header file whether functions are declared or defined?