Write a program to show the change in position of a cursor using c
No Answer is Posted For this Question
Be the First to Post Answer
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?
Write a C program to check a number even or odd, without using any relational, arithmetic operator and any loops.
What is the difference between Printf(..) and sprint(...) ?
Is the exit() function same as the return statement? Explain.
0 Answers Agilent, ZS Associates,
Write a program to give following output..... ********* **** **** *** *** ** ** * * ** ** *** *** **** **** *********
my name is nani i completed my b-tech in hyd now i want go for interveiw but i dont know the process of software field interveiws plz help me anyone how many rouds there n what rounds plz plz plz help me n where i can get these details
Can you please explain the difference between malloc() and calloc() function?
What is the difference between NULL and NUL?
What is #include stdio h and #include conio h?
What is the significance of an algorithm to C programming?
why do we use pointer instead directly acessing the data?
What is a newline escape sequence?