How Many Header Files in c?
Answers were Sorted based on User's Feedback
Write a program that his output * *** *****
can we print any string in c language without using semicolon(;)(terminator) in whole program.
What does sizeof int return?
What is meant by operator precedence?
What is the difference between constant pointer and pointer to a constant. Give examples.
cavium networks written test pattern ..
What is the difference between malloc calloc and realloc in c?
Explain how do you list a file’s date and time?
what is the output of below code int x=8,y; x>>=2; y=x; what is y value. NOTE:EXPLANATION IS COMPALSARY with binary bits
What is void main ()?
#include<stdio.h> void main() { int a [5]; for (i=0; i<=4; i++) printf(ā%dā ,a[i]); }
DIFFERNCE BETWEEN THE C++ AND C LANGUAGE?