Explain how can I right-justify a string?
Write a program to find the given number is odd or even without using any loops(if,for,do,while)
What are the three constants used in c?
Compare interpreters and compilers.
n=7623 { temp=n/10; result=temp*10+ result; n=n/10 }
Why is c platform dependent?
Can we write a program without main() function?
how can i get the string which is having two spaces at the end.suppose the string is "Hello World ".Now at the end i have two spaces.i need to print with that spaces .
Are global variables static in c?
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM
Write a c program using for loop in switch case?
What is c programing language?
Difference between Shallow copy and Deep copy?