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.
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to generate random numbers in c?
Explain how do you generate random numbers in c?
A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor
i need all types of question paper releted to "c" and other language.
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
what does static variable mean?
How can you convert integers to binary or hexadecimal?
What is the difference between NULL and NUL?
why java is called as a purely oops language.
sir i wanted to know how we wap in c to add numbers without using arithmetic operator in which digits are entered by user?