What is formal argument?
No Answer is Posted For this Question
Be the First to Post Answer
What is the result main() { char c=-64; int i=-32 unsigned int u =-16; if(c>i){ printf("pass1,"); if(c<u) printf("pass2"); else printf("Fail2");} else printf("Fail1); if(i<u) printf("pass2"); else printf("Fail2") } a)Pass1,Pass2 b)Pass1,Fail2 c)Fail1,Pass2 d)Fail1,Fail2 e)none
what is data structure?
what's the return value of malloc()
Place the #include statement must be written in the program?
Explain the differences between public, protected, private and internal.
#include<string.h> void main() { String s1[]={"swathi"}; string s2[]={"maddimsetti"}; s1[]=s[]; printf("%s",s1[]); }
how the size of an integer is decided? - is it based on processor or compiler or OS?
19 Answers HCL, JPR, Microsoft, nvidia,
Write a program that his output * *** *****
Write a c pgm for leap year
11 Answers College School Exams Tests, IBM, TCS,
How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?
how can i include my own .h file EX:- alex.h like #include<alex.h>, rather than #include"alex.h"
Differentiate fundamental data types and derived data types in C.