What is structure in c explain with example?
No Answer is Posted For this Question
Be the First to Post Answer
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?
2 Answers Aricent, Manipal University,
What is Full Form of C and Why We use C
What is a volatile keyword in c?
show how link list can be used to repersent the following polynomial i) 5x+2
What is the difference between single charater constant and string constant?
CopyBits(x,p,n,y) copy n LSBs from y to x starting LSB at 'p'th position.
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 scope of variable in c?
Compare interpreters and compilers.
HOW DO YOU HANDLE EXCEPTIONS IN C?
What is the sizeof () operator?
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?