What are identifiers in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is page thrashing?
When a c file is executed there are many files that are automatically opened what are they files?
What are conditional operators in C?
write a program to remove duplicate from an ordered char array? in c
9.how do you write a function that takes a variable number of arguments? What is the prototype of printf () function? 10.How do you access command-line arguments? 11.what does ‘#include<stdio.h>’ mean? 12.what is the difference between #include<> and #include”…”? 13.what are # pragma staments? 14.what is the most appropriate way to write a multi-statement macro?
Write a program that can show the multiplication table.
Is multithreading possible in c?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.
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
Explain what is wrong with this program statement? Void = 10;
What is variables in c?
write a program to compare 2 numbers without using logical operators?