what is the function of pragma directive in c?
No Answer is Posted For this Question
Be the First to Post Answer
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
What is null pointer in c?
4)What would be the output? main() { int num=425; pf("%d",pf("%d",num)); } a)Comp error b)4425 c)4253 d)3435 e)none
What is typedef?
What is f'n in math?
main() { int i; printf("%d",scanf"%d",&i))//if the input is 12 24 34 then wat will be the output }
progrem to generate the following series 1 12 123 1234 12345
fn f(x) { if(x<=0) return; else f(x-1)+x; }
Are there constructors in c?
What is array of pointers to string?
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
what is a function method?give example?