What is anagram in c?
No Answer is Posted For this Question
Be the First to Post Answer
Does * p ++ increment p or what it points to?
Explain low-order bytes.
find largest element in array w/o using sorting techniques.
What is the difference between mpi and openmp?
In which category does main function belong??
which of the following statements is incorrect a.typedef struct new{ int n1; char n2; } DATA; b.typedef struct { int n3; char *n4; }ICE; c.typedef union { int n5; float n6; } UDT; d.#typedef union { int n7; float n8; } TUDAT;
In C language, a variable name cannot contain?
how is the examination pattern?
What is the use of volatile?
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
What is the difference between break and continue?
What is the use of getchar functions?