Is it possible to initialize a variable at the time it was declared?
No Answer is Posted For this Question
Be the First to Post Answer
why do we use pointer instead directly acessing the data?
What are keywords c?
Why do we use static in c?
Write a program in c to print * * * * * *******
What is an volatile variable?
When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?
what is function pointer?
how to swap four numbers without using fifth variable?
What are the different types of control structures in programming?
Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given
Tell me when is a void pointer used?
can you explain in brief what is "r+" mode in a file... i know that it si used to read and modify rhe existing content.... but explalanation about the file pointer in "r+" mode i wann to know???????????