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 3260In 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 7252
What is a MAC Address?
What kind of structure is a house?
What is const keyword in c?
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
What is string concatenation in c?
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?
How many types of errors are there in c language? Explain
What's the right way to use errno?
What is the heap in c?
What is a macro?
What is the argument of a function in c?
Tell us the use of fflush() function in c language?
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
why programs in c are running with out #include
How do you determine a file’s attributes?