what is difference between ANSI structure and C99 Structure?
Answer Posted / durgesh singh
Think You.............
| Is This Answer Correct ? | 5 Yes | 19 No |
Post New Answer View All Answers
The __________ attribute is used to announce variables based on definitions of columns in a table?
What is structure packing in c?
How can I make it pause before closing the program output window?
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 are the types of type qualifiers in c?
explain what are pointers?
Create a simple code fragment that will swap the values of two variables num1 and num2.
What does %d do?
What is new line escape sequence?
What is the usage of the pointer in c?
Explain setjmp()?
How do I get an accurate error status return from system on ms-dos?
Distinguish between actual and formal arguments.
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
Why we use void main in c?