What is the best way to comment out a section of code that contains comments?
No Answer is Posted For this Question
Be the First to Post Answer
Can we assign integer value to char in c?
What is Dynamic Initialization.
Explain what are run-time errors?
how can we use static and extern?and where can we use this?
Which sorting algorithm is the best?
What is the difference between array_name and &array_name?
write a c program to find largest number in matrix(in each row,each column, diagonally, and in the whole matrix)? Its urgent.
What are multibyte characters?
Explain the importance and use of each component of this string: Foo.Bar, Version=2.0.205.0, Culture=neutral, PublicKeyToken=593777ae2d274679d
What are the types of type qualifiers in c?
Are pointers really faster than arrays?
main() { int a=0; if(a=0) printf("Ramco Systems\n"); printf("India\n"); } output?