What is wild pointer in c with example?
No Answer is Posted For this Question
Be the First to Post Answer
What is memmove?
f=(x>y)?x:y a) f points to max of x and y b) f points to min of x and y c)error
How to print "Hi World" without using semi colon?
Which of these statements are false w.r.t File Functions? i)fputs() ii)fdopen() iii)fgetpos() iv)ferror() A)ii B)i,ii C)iii D)iv
What is a struct c#?
main() { int a = 65; printf(“%d %o %x”,a,a,a); } Output 65 101 41 Please explain me.How it is coming like that?
What is uint8 in c?
Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?
the format specified for hexa decimal is a.%d b.%o c.%x d.%u
how 2 compile & execute c program with out using editor?
What is function pointer and where we will use it