Why do we use pointer to pointer in c?
No Answer is Posted For this Question
Be the First to Post Answer
Explain spaghetti programming?
DIFFERNCE BETWEEN THE C++ AND C LANGUAGE?
What the advantages of using Unions?
What does calloc stand for?
How many loops are there in c?
how to write a program which adds two numbers without using semicolon in c
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above
what is the program to display your name in any color?
Write a program to check prime number in c programming?
How do you write a program which produces its own source code as its output?
what are the languages used in c#?
what is the purpose of the code, and is there any problem with it. bool f( uint n ) { return (n & (n-1)) == 0; }