which of the following is allowed in a "C" arithematic instruction
a) []
b) {}
c) ()
d) none of the above
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor
Can i use Two or More Main Funtion in any C program.?
Why doesn't C support function overloading?
what are two categories of clint-server application development ?
write a program to find the largest and second largest integer from an array
Explain what is operator promotion?
Go through the following code sinippet char a[20]; a="Hello Orcale Test"; will this compile?
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.
which do you prefer C or Pascal?
how write a addtion of two single dimensional array using of pointer in c language?
What are the benefits of organizational structure?
Compare array data type to pointer data type