do you think its fraud or original company?
No Answer is Posted For this Question
Be the First to Post Answer
if ENTERED FIVE DIGITS DESIGN A PROGRAM THAT WILL FIND CORRESPONDING VALUE FROM ASCII TABLE
What are the standard predefined macros?
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?
In C programming, how do you insert quote characters (‘ and “) into the output screen?
How many types of sorting are there in c?
CopyBits(x,p,n,y) copy n LSBs from y to x starting LSB at 'p'th position.
What are the different types of errors?
what does ‘Bus Error’ mean?
what is the output of the code and how? main() { int *ptr,x; x=sizeof(ptr); printf("%d",x); }
What are the key features in c programming language?
What is extern c used for?
What is null character in c?