What is use of bit field?
No Answer is Posted For this Question
Be the First to Post Answer
void main() { int *ptr; ptr = (int *) 0x400 ; printf("ptr=%d",ptr); } output?
difference between string and array?
Who developed c language and when?
#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,
What is #include stdio h?
a C prog to swap 2 no.s without using variables just an array?
Write a program for Overriding.
Is null valid for pointers to functions?
how to find the given number is prime or not?
What is C language Terminator?
Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings
how to make program without <> in library.