What are qualifiers in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the explanation for modular programming?
Find string palindrome 10marks
5 Answers Honeywell, Infosys, Riktam, Roland,
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
write c program to display output 10(10+20)+(10+20+30)+ ... n term
0 Answers Hindustan Gum Chemicals,
What does p mean in physics?
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor
please give me answer with details #include<stdio.h> main() { int i=1; i=(++i)*(++i)*(++i); printf("%d",i); getch(); }
What are the benefits of c language?
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above
A function 'q' that accepts a pointer to a character as argument and returns a pointer to an array of integer can be declared as: A)int (*q(char*)) [] B)int *q(char*) [] C)int(*q)(char*) [] D)None of the Above
Magic square
How do I declare a pointer to an array?