What is integer constants?
provide an example of the Group by clause, when would you use this clause
What does do in c?
How to write c functions that modify head pointer of a linked list?
Do you know null pointer?
What is array of structure in c programming?
How many levels of pointers have?
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
Can the curly brackets { } be used to enclose a single line of code?
What are the different types of C instructions?
Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix
What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }
What is meant by type casting?
What is atoi and atof in c?
What is c token?