can u suggest me am in a confusion to choose whether to go to c programming or a software testing . am a graduate in B.sc(electronics).
1 3256In C program, at end of the program we will give as "return 0" and "return 1", what they indicate? Is it mandatory to specify them?
5 7247
What are qualifiers?
What are the types of data types and explain?
Why c is called object oriented language?
What is the difference between NULL and NUL?
What is ## preprocessor operator in c?
Tell me when is a void pointer used?
What is the meaning of 2d in c?
What are categories used for in c?
What is the 'named constructor idiom'?
What is the difference between a function and a method in c?
Is it valid to address one element beyond the end of an array?
Why is it that not all header files are declared in every C program?
What is the difference between the = symbol and == symbol?
Are pointers integer?
What is a char in c?