In a switch statement, what will happen if a break statement is omitted?
No Answer is Posted For this Question
Be the First to Post Answer
what is pointer ? what is the use of pointer?
how to execute with out main in cprogram
Read N characters in to an array . Use functions to do all problems and pass the address of array to function. 2. Enter alphanumeric characters and form 2 array alphaets and digits.Also print the count of each array.
what is the c source code for the below output? 1 0 1 1 0 1 0 1 0 1 1 0 1 0 1
please give me some tips for the placement in the TCS.
Write a c program to sort six numbers and find the largest one by using the ladder of if-else? plz do help me
Write a program to know whether the input number is an armstrong number.
Why c is called top down?
Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.
What is the size of structure pointer in c?
discuss the steps needed to get a program from source code to executable in a system?
Why are algorithms important in c program?