What is anagram in c?
No Answer is Posted For this Question
Be the First to Post Answer
Study the Following Points: a.One Cannot Take the address of a Bit Field b.bit fields cannot be arrayed c.Bit-Fields are machine Dependant d.Bit-fields cannot be declared as static 1. Which of the Following Statements are true w.r.t Bit- Fields A)a,b&c B)Only a & b C)Only c D)All
Explain what are binary trees?
develop algorithms to add polynomials (i) in one variable
What is the difference between mpi and openmp?
What is structure of c program?
Is reference used in C?
An array name contains base address of the array. Can we change the base address of the array?
Write a C program to find the smallest of three integers, without using any of the comparision operators.
write a program to print the one dimensional array.
what is the difference between const volatile int i & volatile const int j;
what is a function method?give example?
wat s the meaning of (int *)p +4;