Why do we need volatile in c?
No Answer is Posted For this Question
Be the First to Post Answer
Is boolean a datatype in c?
What is the difference between far and near ?
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
Write a code to reverse string seperated by spaces i/p str=India is my country o/p str=aidnI si ym yrtnuoc After writing code, optimize the code
What is a method in c?
which will return integer? a) int*s ( ) b) ( int* ) s( ) c) int ( *s ) ( )
What is difference between structure and union with example?
how to swap two nubers by using a function with pointers?
What is the use of the function in c?
Does * p ++ increment p or what it points to?
What is Memory leakage ?
What is the description for syntax errors?