What is the code for 3 questions and answer check in
VisualBasic.Net?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between malloc() and realloc()?
What are types of preprocessor in c?
Write a progarm to find the length of string using switch case?
What is the difference between new and malloc functions?
1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.
Write a C program that defines a 2-dimentional integer array called A [50][50]. Then the elements of this array should randomly be initialized either to 1 or 0. The program should then print out all the elements in the diagonal (i.e. a[0][0], a[1][1],a[2][2], a[3][3], ……..a[49][49]). Finally, print out how many zeros and ones in the diagonal.
Why Modern OS are interrupt driven?Give an example
what are two kinds of java
34.what are bitwise shift operators? 35.what are bit fields? What is the use of bit fields in a structure declaration? 36.what is the size of an integer variable? 37.what are the files which are automatically opened when a c file is executed? 38.what is the little endian and big endian? 39.what is the use of fflush() function? 40.what is the difference between exit() and _exit() functions? 41.where does malloc() function get the memory? 42.what is the difference between malloc() and calloc() function? 43.what is the difference between postfix and prefix unary increment operators?
palindrome for strings and numbers----Can anybody do the prog?
6 Answers CTS, TCS, Vipro Lifescience Pvt,
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
a simple c program using 'for' loop to display the output 5 4 3 2 1