What is the sizeof () a pointer?
No Answer is Posted For this Question
Be the First to Post Answer
logic for generating all the combinations of the any number of given letters. ex::::::::: if a,b,c,d are given the o/p should be abcd,dcba,dbac,bcad,................ 4*3*2*1 combinations............
What is the purpose of void in c?
How many loops are there in c?
void main() { char c; while(c=getchar()!='\n') printf("%d",c); } o/p=11 why?
Why isnt there a numbered, multi-level break statement to break out
Is file a keyword in c?
the operator for exponencation is a.** b.^ c.% d.not available
In c programming language, how many parameters can be passed to a function ?
How to draw the flowchart for structure programs?
what is volatile in c language?
9 Answers Cap Gemini, HCL, Honeywell, TCS, Tech Mahindra,
what is the difference between char * const and const char *?
how to count no of words,characters,lines in a paragraph.