Explain continue keyword in c
No Answer is Posted For this Question
Be the First to Post Answer
Write a code of a general series where the next element is the sum of last k terms.
Can we add pointers together?
How do you determine if a string is a palindrome?
atoi, which takes a string and converts it to an integer. write a program that reads lines(using getline), converts each line to an integer using atoi and computes the average of all the numbers read. also compute the standard deviation
how 2 compile & execute c program with out using editor?
What is context in c?
what is the difference between declaration and definition of a variable or function ?
how to display 2-D array elements in spiral
A marketing company wishes to construct a decision table to decide how to treat clients according to three characteristics: Gender, City Dweller, and age group: A (under 30), B (between 30 and 60), C (over 60). The company has four products (W, X, Y and Z) to test market. Product W will appeal to female city dwellers. Product X will appeal to young females. Product Y will appeal to Male middle aged shoppers who do not live in cities. Product Z will appeal to all but older females.
What is the maximum length of an identifier?
WHAT IS FLOAT?
struct node { int *a; char *b; char array[12]; }; struct node m,*n; assign the value in *a,*b,char array[12]