What is the use of typedef in c?
No Answer is Posted For this Question
Be the First to Post Answer
Can we access array using pointer in c language?
Write a program or provide a pseudo code to flip the 2nd bit of the 32 bit number ! (Phone Screen)
what do structure language means?
Write a program to check armstrong number in c?
How we can insert comments in a c program?
#include<stdio.h> int main(){ int a[]={1,2,3,5,1}; int *ptr=a+4; int y=ptr-a; printf("%d",y); }
Explain how can I read and write comma-delimited text?
Which of the following is not a valid declaration for main ()? 1) int main() 2) int main(int argc, char *argv[]) 3) They both work
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} what would be the output?
difference between spiral and waterfall model
what is meant by the "equivalence of pointers and arrays" in C?
what is compiler