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 3432In 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 7624
what is the role you expect in software industry?
Explain the properties of union. What is the size of a union variable
Explain how can you tell whether two strings are the same?
How do we declare variables in c?
What does printf does?
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
What is a pointer value and address in c?
What are the 5 organizational structures?
What is the -> in c?
Write a program on swapping (100, 50)
Is Exception handling possible in c language?
Create a registration form application by taking the details like username, address, phone number, email with password and confirm password (should be same as password).Ensure that the password is of 8 characters with only numbers and alphabets. Take such details for 3 users and display the details. While taking input password must appear as ā****ā.
What are the ways to a null pointer can use in c programming language?
What is a struct c#?
What are the rules for the identifier?