Explain 'bus error'?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to swap bits in a character and return the value prototype of function char fun (char a, charb flag c) where fun returns a char, char a is a the value char b is the bit to be changed and flag c is the bit value for eg: x=fun(45,7,0) since 45 is 0010 0101 and ow x should contain the value 65 (0110 0101)
1 Answers Bosch, College School Exams Tests,
what is the hexidecimal number of 4100?
What is the difference between void main() and void main (void) give example programme?
main() { int a[10]; printf("%d",*a+1-*a+3); }
helllo sir , what is the main use of the pointer ,array ,and the structure with the example of a programe
write a c program to accept a given integer value and print its value in words
4 Answers Vernalis, Vernalis Systems,
What are logical errors and how does it differ from syntax errors?
What are pragmas and what are they good for?
Explain pointers in c programming?
Is null equal to 0 in sql?
Define a structure to store roll no, name and marks of a student. Using the structure of above write a ‘C’ program to create a file “student.dat”. There must be one record for every student in the file. Accept the data from the user.
Explain the importance and use of each component of this string: Foo.Bar, Version=2.0.205.0, Culture=neutral, PublicKeyToken=593777ae2d274679d