What is conio h in c?
No Answer is Posted For this Question
Be the First to Post Answer
How to write a multi-statement macro?
Is c compiled or interpreted?
where does malloc() function get the memory?
1)what are limitations for recursive function? 2)write a program to read a text file and count the number of characters in the text file
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
What functions are used for dynamic memory allocation in c language?
What do you understand by normalization of pointers?
The program to allow the characters from the input received and send this function to a function check if the characters between letters a to z is a function of y joins as the characters main and output to otherwise return to the original function of the y characters
#include<stdio.h> #include<conio.h> struct stu { int i; char j; }; union uni { int i; char j; }; void main() { int j,k; clrscr(); struct stu s; j=sizeof(s); printf("%d",j); union uni u; k=sizeof(u); printf("%d",k); getch(); } what is value of j and k.
How can I call a function, given its name as a string?
What is a shell structure examples?
When is a null pointer used?