Explain modulus operator. What are the restrictions of a modulus operator?
No Answer is Posted For this Question
Be the First to Post Answer
What do you mean by a local block?
. Explain the differences between fork() and exec() in C
Write the test cases for checking a variable having value in range -10.0 to +10.0?
What are 3 types of structures?
What is mean by data types in c?
Write a program in C for showing working of different logical operator in C. Your program should guide users with proper message/menu on the console.
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
Is null valid for pointers to functions?
Explain the difference between strcpy() and memcpy() function?
actually i have 2 years teaching experience as computer faculty but now i am a DBA but when i go for interview many peoples asked me why i left my teaching profession and why i want to come in this field kindly give me the proper answer of this queston
What is the difference between array_name and &array_name?
#define MAX(x,y) (x) > (y) ? (x) : (y) main() { int i = 10, j = 5, k = 0; k = MAX(i++, ++j); printf("%d %d %d", i,j,k); } what will the values of i , j and k? }
14 Answers CDAC, GATE, NDS, TCS,