Do variables need to be initialized?
No Answer is Posted For this Question
Be the First to Post Answer
Finding first/last occurrence of a character in a string without using strchr( ) /strrchr( ) function.
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
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;
List the difference between a While & Do While loops?
Difference between macros and inline functions? Can a function be forced as inline?
0 Answers HAL, Honeywell, Zomato,
What are volatile variables in c?
in a town the percentage of men is 52 the percentage of total literacy is 48 if total percentage of literate men is 35 of the total population write a program to find the total no of the literate men and women if the population of the town is 80000
how to write hello word without using semicolon at the end?
how we do lcm of two no using c simple if while or for statement
Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon
Design a program using an array that lists even numbers and odd numbers separately from the 12 numbers supplied by a user.
how to impliment 2 or more stacks in a single dimensional array ?