FILE PROGRAMMING
No Answer is Posted For this Question
Be the First to Post Answer
How are portions of a program disabled in demo versions?
Input any no. and print all the the numbers that comes before it like this for e.g input = 4 0 01 012 0123 01234 plz answer it 2day
1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if
Write a c program to demonstrate character and string constants?
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321
int i=10; printf("%d %d %d", i, i=20, i);
What are dynamically linked and statically linked libraries?
# define x=1+4; main() { int x; printf("%d%d",x/2,x/4); }
difference between malloc and calloc
When do you say that a digraph is acyclic A)if and only if its first search does not have back arcs B)a digraph is acyclic if and only if its first search does not have back vertices C)if and only if its first search does not have same dfnumber D)None of these
write a c programs to do multiplication of two numbers with out using arithmatic operator ??????????
sqrt(x+sqrt(x+sqrt(x+sqrt(x))))=2; Find the value of x?