the maximum value that an integer constant can have is
a) -32767
b) 32767
c) 1.701e+38
d) -1.7014e+38
how to swap 4 number without using temporary number?
What kind of structure is a house?
What header files do I need in order to define the standard library functions I use?
What do header files do?
Is c is a low level language?
Explain in detail how strset (string handling function works )pls explain it with an example.
#include<stdio.h> void main() { int a=10,b=20,c=30; printf("%d",scanf("%d%d%d",&a,&b,&c)); } what is the output for this?
Explain Function Pointer?
Explain threaded binary trees?
What is main function in c?
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
What is the general form of a C program?