What are the types of type specifiers?
No Answer is Posted For this Question
Be the First to Post Answer
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
#include main() { int i=1,j=2; switch(i) { case 1: printf("GOOD"); break; case j: printf("BAD"); break; } }
What are data breakpoints?
What are different storage class specifiers in c?
What is a function in c?
Given an array of numbers, except for one number all the others occur twice. Give an algorithm to find that number which occurs only once in the array.
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
What is the meaning of typedef struct in c?
how we can make 3d venturing graphics on outer interface
write a program for 7*8 = 56 ? without using * multiply operator ? output = 56
WHO WROTE C LANGUAGE?
What is binary tree in c?