What are identifiers c?
No Answer is Posted For this Question
Be the First to Post Answer
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..
if ENTERED FIVE DIGITS DESIGN A PROGRAM THAT WILL FIND CORRESPONDING VALUE FROM ASCII TABLE
Which of these statements are false w.r.t File Functions? i)fputs() ii)fdopen() iii)fgetpos() iv)ferror() A)ii B)i,ii C)iii D)iv
What is the difference between array and pointer in c?
What is unary operator?
What is else if ladder?
WHAT IS THE DIFFERENCE BETWEEN malloc() and calloc() in c file management?
28 Answers 3D PLM, Code Studio, Deltech, IBM,
If errno contains a nonzero number, is there an error?
how can i print "hello".please consider inverted commas as well.i want to print on console: "hello"
How can I read and write comma-delimited text?
write a program to display the array elements in reverse order in c language
pascal triangle program