In C language what is a 'dangling pointer'?
No Answer is Posted For this Question
Be the First to Post Answer
In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.
Write a c pgm for leap year
11 Answers College School Exams Tests, IBM, TCS,
What is the difference between int main and void main in c?
void main() { char c; while(c=getchar()!='\n') printf("%d",c); } o/p=11 why?
What is the exact difference between '\0' and ""
If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above
cavium networks written test pattern ..
which is the best site or book for learning C...and i need the content for C..how to get the good programming skills....? can plz suggest me....
How do you write a program which produces its own source code as output?
Are bit fields portable?
please give code for this 1 2 4 7 11 16
What is the use of define in c?