What is p in text message?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to swap two numbers without using third variable?
How can I find leaf node with smallest level in a binary tree?
#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.
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
What is the difference between array_name and &array_name?
HOW TO HANDLE EXCEPTIONS IN C
what is difference between null and nul in c language
i want to know aptitude questions,technical questions
Explain what are the different file extensions involved when programming in c?
What will be the result of the following program? char*g() { static char x[1024]; return x; } main() { char*g1="First String"; strcpy(g(),g1); g1=g(); strcpy(g1,"Second String"); printf("Answer is:%s", g()); } (A) Answer is: First String (B) Answer is: Second String (C) Run time Error/Core Dump (D) None of these
hi, which software companys will take,if d candidate's % is jst 55%?
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question