What is getch () for?
No Answer is Posted For this Question
Be the First to Post Answer
in linking some of os executables are linking name some of them
char S; char S[6]= " HELLO"; printf("%s ",S[6]); output of the above program ? (0, ASCII 0, I,unpredictable)
Write a program in c to replace any vowel in a string with z?
main() { intj; while9j<=10) { printf("\n%d",j); j=j+1; } }
4)What would be the output? main() { int num=425; pf("%d",pf("%d",num)); } a)Comp error b)4425 c)4253 d)3435 e)none
Can i use “int” data type to store the value 32768? Why?
how to find anagram without using string functions using only loops in c programming
What is getch() function?
How is a macro different from a function?
What is modeling?
What are register variables? What are the advantage of using register variables?
What are different types of pointers?