write a progrmm in c language take user interface generate
table using for loop?
i want to switch my career from quailty assurance engineering to development kindly guide me from which programming language its better for me to start plz refer some courses or certifications too i have an experience of 1.5 yrs in QA field.Kindly guide me
what is a function prototype?
What is c basic?
what is the use of ‘auto’ keyword?
15.what is the disadvantage of using macros? 16.what is the self-referential structure? 17.can a union be self-referenced? 18.What is a pointer? 19.What is the Lvalue and Rvalue? 20.what is the difference between these initializations? 21.Char a[]=”string”; 22.Char *p=”literal”; 23.Does *p++ increment p, or what it points to?
Write a C++ program to give the number of days in each month according to what the user entered. example: the user enters June the program must count number of days from January up to June
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
How to compare array with pointer in c?
What are the advantages of the functions?
What is the use of function overloading in C?
What is meant by global static? why we have to use static variable instead of Global variable
Why functions are used in c?