What is difference between structure and union in c?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to search for an element in a given array. If the array was found then display its position otherwise display appropriate message in c language
totally how much header files r in c language
What is a char c?
How can I make a program in c to print 'Hello' without using semicolon in the code?
9 Answers C DAC, Practical Viva Questions,
Read N characters in to an array . Use functions to do all problems and pass the address of array to function. 1. Print only the alphabets . If in upper case print in lower case vice versa.
What is sizeof int?
How can I call a function with an argument list built up at run time?
What is the equivalent code of the following statement in WHILE LOOP format?
#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?
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???????????
What are the differences between new and malloc in C?
read a number & print all its devisors using c-program?