Is c object oriented?
No Answer is Posted For this Question
Be the First to Post Answer
Is javascript based on c?
what is different between auto and local static? why should we use local static?
Describe the header file and its usage in c programming?
How to receive strings with spaces in scanf()
C passes By value or By reference?
5 Answers Geometric Software, Infosys,
What is bubble sort in c?
When was c language developed?
I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...
#include<stdio.h> int main( ) { Int a=300, b, c; if(a>=400) b=300; c=200; printf(“%d%d ”, b, c); return0; }
In a switch statement, explain what will happen if a break statement is omitted?
any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above
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