What is the sizeof () operator?
No Answer is Posted For this Question
Be the First to Post Answer
What is console in c language?
2. What does static variable mean?
What is the output for the below program? void main() { float me=1.1; double you=1.1; if(me==you) printf("love c"); else printf("know c"); }
Where define directive used?
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
What is the use of sizeof () in c?
What is difference between %d and %i in c?
can we define a function in structure?
Explain b+ tree?
Explain how can I convert a number to a string?
change to postfix a/(b+c*d-e)
What is else if ladder?