How many types of operator or there in c?
No Answer is Posted For this Question
Be the First to Post Answer
main() { int x=2, y=4 if ((x==2||y==4) x++ y++ if (y==4+1) { x=x+y; } y++; printf("The values of x and y are %d and %d."x,y); } What is the output?
i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
In a byte, what is the maximum decimal number that you can accommodate?
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 total number of disk writes by MySQL
atoi, which takes a string and converts it to an integer. write a program that reads lines(using getline), converts each line to an integer using atoi and computes the average of all the numbers read. also compute the standard deviation
What is const and volatile in c?
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
Explain the differences between public, protected, private and internal.
Program to display given 3 integers in ascending order
In scanf h is used for
what is diffrence between string and character array?
What are the characteristics of arrays in c?