What are reserved words?
No Answer is Posted For this Question
Be the First to Post Answer
explain what is an endless loop?
a simple c program using 'for' loop to display the output 5 4 3 2 1
Why cd or dvd are round why not square.
void main() { int *ptr; ptr = (int *) 0x400 ; printf("ptr=%d",ptr); } output?
What is malloc() function?
Explain how are 16- and 32-bit numbers stored?
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;
write a program to display the frequency of each element in a given array in c language
largest Of three Number using without if condition?
What the advantages of using Unions?
What is alloca() and why is its use discouraged?
program to find the magic square