How many types of operators are there in c?
No Answer is Posted For this Question
Be the First to Post Answer
Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays
What do you mean by a local block?
Program to find the sum of digits of a given number until the sum becomes a single digit
"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks
Explain enumerated types in c language?
What is the difference between array and pointer in c?
Please write me a program to print the first 50 prime numbers (NOT between the range 1 -50)
Do array subscripts always start with zero?
What is use of pointer?
main() {char a[10]={1,2,3,4,5,6};int x; for(x=0;x<4;x++){ b[x]=x+'a';} printf("%s",b);}
Read N characters in to an array . Use functions to do all problems and pass the address of array to function. 1. Print only the alphabets . If in upper case print in lower case vice versa.
count the numbers between 100 and 300, that star with 2 and ends with 2