who is the editor of 'pokemon'?
Answer / saiesh singh
a). M F Hussain b) shuncho yankichi c) santoshi hiryana
| Is This Answer Correct ? | 2 Yes | 1 No |
What is c system32 taskhostw exe?
Explain how do you determine whether to use a stream function or a low-level function?
What does c mean in basketball?
What is a lookup table in c?
Write a program with dynamically allocation of variable.
Why is c platform dependent?
what is difference between strcmp & palindrome?
If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..
What is the difference between printf and scanf )?
int *a[5] refers to
union { char ch[10]; short s; }test; test.s = 0xabcd; main() { printf("%d",ch[10]); }
what does static variable mean?