write a program to find out prime number using sieve case?
Find errors (1) m = ++a*5; (2) a = b ++ -c*2; (3)y = sqrt (1000);
what is diffrence between string and character array?
What does the error message "DGROUP exceeds 64K" mean?
What is the use of a ‘’ character?
If errno contains a nonzero number, is there an error?
How do you generate random numbers in C?
#include<conio.h> #include<stdio.h> void main() { int i; if(1,0,2,3) { printf("if"); } else { printf("else"); } getch(); } Can any body tell the answer of this question with explanation?
What is your favorite subject?
1 Answers Ericsson, Invendis, Tech Mahindra,
What is the difference between malloc calloc and realloc in c?
52.write a “Hello World” program in “c” without using a semicolon? 53.Give a method to count the number of ones in a 32 bit number? 54.write a program that print itself even if the source file is deleted? 55.Given an unsigned integer, find if the number is power of 2?
25 Answers Datamatics, Solartis, TCS, ThinkBox, Trine,
difference of two no's with out using - operator
given post order,in order construct the corresponding binary tree