Answer Posted / saranya
c language is developed by structure,array,class,etc.it can
easily created by pragramming
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol
What are extern variables in c?
How pointers are declared?
How do you determine whether to use a stream function or a low-level function?
Is c procedural or functional?
Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
a c code by using memory allocation for add ,multiply of sprase matrixes
Why does everyone say not to use gets?
What the different types of arrays in c?
What is && in c programming?
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
Explain the difference between the local variable and global variable in c?
Can a pointer be null?
What is the hardest programming language?
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year