What are volatile variables in c?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the difference between call by value and call by reference in c language?
Which weighs more, a gram of feathers or a gram of gold?
print 1-50 with two loop & two print Statement
say the following declaration is correct nr not. int b=a,n=0;
What is the difference between test design and test case design?
What is difference between the following 2 lines…. int temp = (int)(0x00); int temp = (0x00int);
This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory
What is a 'null pointer assignment' error?
#include <stdio.h> #define sqr(x) (x*x) int main() { int x=2; printf("value of x=%d",sqr(x+1)); } What is the value of x?
16 Answers Accel Frontline, Opera, Oracle,
write a c/c++ programthat 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.
how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?
What is the maximum no. of arguments that can be given in a command line in C.?