What is s in c?
No Answer is Posted For this Question
Be the First to Post Answer
why we wont use '&' sing in aceesing the string using scanf
write a program which counts a product of array elements lower than 10.
1 1 2 1 2 3 1 2 3 4 1 2 3 1 2 1 generate this output using for loop
How can I dynamically allocate arrays?
Write a programme to find even numbers without using any conditional statement?
3 Answers ADD Software, Infosys,
why arithmetic operation can’t be performed on a void pointer?
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.
Explain what is the purpose of "extern" keyword in a function declaration?
Write a simple program to find the size of different basic data types in C.
What are register variables? What are the advantage of using register variables?
main() { enum _tag{ left=10, right, front=100, back}; printf("%d, %d, %d, %d", left, right, front, back); }
Explain what is the difference between a string and an array?