what are # pragma staments?
No Answer is Posted For this Question
Be the First to Post Answer
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
Given a piece of code int x[10]; int *ab; ab=x; To access the 6th element of the array which of the following is incorrect? (A) *(x+5) (B) x[5] (C) ab[5] (D) *(*ab+5} .
enum DAY { sunday, monday, tuesday }; enum EDAYS { friday, saturday, sunday }; void main() { int i =0; if( i == sunday) { printf("%d",i); } } what would be the output?
Tell me when would you use a pointer to a function?
What are the preprocessors?
how can i make a program with this kind of output.. Enter a number: 5 0 01 012 0123 01234 012345 01234 0123 012 01 0
how should functions be apportioned among source files?
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
Why we use break in c?
How do I declare an array of N pointers to functions returning pointers to functions returning pointers to characters?
Do you know the use of fflush() function?
Write a program that accept anumber in words