What is the sizeof () a pointer?
No Answer is Posted For this Question
Be the First to Post Answer
What is the meaning When we write "#include" what is # and what does include does there???
Which type of language is c?
What is an lvalue and an rvalue?
What is difference between far and near pointers?
sir, i cannot find the way how to write aprogram by using array on queue
why programming language C is still used in operating system's kernel??
One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.
What is a function simple definition?
what is the difference between unix os and linux os
Which of the following is not an infinite loop ? a.while(1){ .... } b.for(;;){ ... } c.x=0; do{ /*x unaltered within theloop*/ ... }while(x==0); d.# define TRUE 0 ... while(TRUE){ .... }
Input any no. and print all the the numbers that comes before it like this for e.g input = 4 0 01 012 0123 01234 plz answer it 2day
How can I make sure that my program is the only one accessing a file?