What is use of null pointer in c?
No Answer is Posted For this Question
Be the First to Post Answer
Why doesnt the call scanf work?
sqrt(x+sqrt(x+sqrt(x+sqrt(x))))=2; Find the value of x?
Explain what are the standard predefined macros?
How main function is called in c?
what is the use of getch() function in C program.. difference b/w getch() and getche()??
29 Answers HCL, IBM, Infosys, TCS, Wipro,
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;
Which programming language is best for getting job 2020?
create a C program that displays one z,two y's,three x's until twenty six A's. plzz answer i need it tomorrow.
Is anything faster than c?
writw a program to insert an element in the begning of a doubly linked list
Define macros.
How do you define a function?