what does ‘segmentation violation’ mean?
control 50 devices which has 2 states on and off.using bitwise operator.plz answer it its urgent
When is a void pointer used?
What are qualifiers and modifiers c?
What's a good way to check for "close enough" floating-point equality?
How can you be sure that a program follows the ANSI C standard?
What do you mean by keywords in c?
Explain what is wrong with this program statement? Void = 10;
WAP TO ACCEPT STRING AND COUNT A COMES N TIMES B COMES N TIMES C COMES N TIMES D COMES N TIMES AND SO ON......... AT LAST UNTIL Z COMES N TIMES...............
Tell me with an example the self-referential structure?
what is data structure.in linear and non linear data structures which one is better?Explain
Write a program to print "hello world" without using a semicolon?
The variables are int sum=10,SuM=20; these are same or different?