What is a pointer in c plus plus?
No Answer is Posted For this Question
Be the First to Post Answer
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;
What are disadvantages of C language.
What is the difference between typedef and #define?
Can we access the array using a pointer in c language?
What is const keyword in c?
Write a c program to Find the name that you entered is male name or female name? Such as Sunjay is name of male and Payal is name of female
Do you know what are the properties of union in c?
Apart from dennis ritchie who the other person who contributed in design of c language.
why little endian and big endian came?y they using differently? y they not used commonly ?wt is application of little and big ?
What is a program flowchart?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
What is structure packing ?