What does calloc stand for?
No Answer is Posted For this Question
Be the First to Post Answer
What are the types of assignment statements?
Write a program on swapping (100, 50)
What is ## preprocessor operator in c?
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
Write a C program to read the internal test marks of 25 students in a class and show the number of students who have scored more than 50% in the test. Make necessary assumptions.
What is ambagious result in C? explain with an example.
Convert the following expression to postfix and prefix X $ Y Z - M + N + P / Q / (R + S)
code for replace tabs with equivalent number of blanks
Explain the priority queues?
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
#include<stdio.h> int main() { int a[3][3][2]= {1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18}; printf("%d\n",*(*(*a+1)); return 0; } What will be the output of the above question? And how?
What is a const pointer in c?