How can I write functions that take a variable number of arguments?
No Answer is Posted For this Question
Be the First to Post Answer
How do you override a defined macro?
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 are the concepts introduced in OOPs?
What is true about the following C Functions a.Need not return any value b.Should always return an integer c.Should always return a float d.Should always return more than one value.
wt is diference between int and int pointer as same as float and float pointer and char and char pointer
hi send me sample aptitude papers of cts?
identify the in correct expression a.a=b=3=4; b.a=b=c=d=0; float a=int b=3.5; d.int a; float b; a=b=3.5;
Write a program that accepts a string where multiple spaces are given in between the words. Print the string ignoring the multiple spaces. Example: Input: “ We Are Student “ Output: "We Are Student"
How can I convert a number to a string?
What is table lookup in c?
Is array a primitive data type in c?
Convert the following expression to postfix and prefix (A+B) * (D-C)