What is pointers in c with example?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to find out prime number using sieve case?
write an algorithm and c program to add two 2x2 matrics
Find the output? void main() {float a=2.0; printf("\nSize of a ::%d",sizeof(a)); printf("\nSize of 2.0 ::%d",sizeof(2.0));}
11 Answers IBM, TCS,
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.
What is the difference between i++ and i+1 ?(in terms of memory)
List the difference between a "copy constructor" and a "assignment operator"?
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if
write a program for odd numbers?
int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above
Is it possible to create recycle bin in mobiles?
wat is the difference between a definition and declaration? float y;---it looks like a declaration..but it s a definition.how?someone explain
Hai why 'c' is the middle language