What are the commands should be given before weiting C
Program i.e, Cd.. like
Answers were Sorted based on User's Feedback
What is difference between main and void main?
What is the difference between exit() and _exit() function?
can u suggest me am in a confusion to choose whether to go to c programming or a software testing . am a graduate in B.sc(electronics).
Which of the following data structures is on average the fastest for retrieving data: 1) Binary Tree 2) Hash Table 3) Stack
Write a program that takes a 5 digit number and calculates 2 power that number and prints it
f() { int a=2; f1(a++); } f1(int c) { printf("%d", c); } c=?
What is break in c?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
15.what is the disadvantage of using macros? 16.what is the self-referential structure? 17.can a union be self-referenced? 18.What is a pointer? 19.What is the Lvalue and Rvalue? 20.what is the difference between these initializations? 21.Char a[]=”string”; 22.Char *p=”literal”; 23.Does *p++ increment p, or what it points to?
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
change to postfix a/(b+c*d-e)
Is null valid for pointers to functions?