How many types of operators are there in c?
No Answer is Posted For this Question
Be the First to Post Answer
Difference between null pointer and dangling pointer?
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
how to swap 2 numbers within a single statement?
Program to swap the any two elements in an array containing N number of elements?
1 Answers Bosch, Glenwood, Ugam Solutions,
write the program for prime numbers?
73 Answers Accenture, Aptech, Infosys, TCS,
What is information technology.
fun(int x) { if(x > 0) fun(x/2); printf("%d", x); } above function is called as: fun(10); what will it print? }
Suggesting that there can be 62 seconds in a minute?
write a program of palindrome(madam=madam) using pointer?
Is there any data type in c with variable size?
we have to use realloc only after malloc or calloc ? or we can use initially with out depending on whether we are using malloc or calloc in our program ?
What are the general description for loop statement and available loop types in c?